Skip to content

Commit

Permalink
fixed default thetas
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 3, 2025
1 parent a0513e2 commit b855dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssms/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ def boundary_config_to_function_params(boundary_config: dict) -> dict:
],
"boundary_name": "constant",
"boundary": bf.constant,
"n_params": 5,
"n_params": 8,
"default_params": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0],
"nchoices": 4,
"n_particles": 2,
Expand Down

0 comments on commit b855dbb

Please sign in to comment.