-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new lba models -- porting from the other PR #58
Conversation
e7f1c21
to
ba9628f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, leaving some minor comments.
ssms/config/config.py
Outdated
@@ -568,6 +568,55 @@ def boundary_config_to_function_params(boundary_config: dict) -> dict: | |||
"n_particles": 3, | |||
"simulator": cssm.lba_angle, | |||
}, | |||
"lba_angle_3_v2": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might want to consistently keep the lba
naming convention: A
, b
instead of z
and a
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for now keeping the a/z naming since it will break a lot of current data analysis pipelines (will look into it again soon after).
@krishnbera ping on this |
* add shrink spot simple with restricted range on r parameters * bump version * add model to theta processor
…ndom_states if called in quick succession (#64)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks ok to me now, (apart from still not being a fan of the v1
etc. naming conventions).
Just some merge conflicts seem to be remaining here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.