Skip to content

Commit

Permalink
Change param name
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofale committed Apr 22, 2024
1 parent bcbb254 commit bb60567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scatrex/ntssb/observed_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def read_tree_from_dict(
self.tree_dict[new_key] = dict(
parent=parent_id,
children=[],
params=np.array(tree_dict[node][input_params_key]).ravel(),
param=np.array(tree_dict[node][input_params_key]).ravel(),
dp_alpha_subtree=self.dp_alpha_subtree,
alpha_decay_subtree=self.alpha_decay_subtree,
dp_gamma_subtree=self.dp_gamma_subtree,
Expand Down

0 comments on commit bb60567

Please sign in to comment.