Solve merge conflicts and merge 906 into main#917
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…x-likelihood Added softmax likelihood for choice-only models
Added config files for softmax
…date-config-for-choice-only-models
AlexanderFengler
left a comment
There was a problem hiding this comment.
ok @digicosmos86 . Can you just check about the test failure there? That one of the new models, slightly suspicious, but the respective PR for that model had all tests passing....
Checking now |
@AlexanderFengler Looks like these tests used to be skipped for older SSMS versions. Now that we've updated ssms dependency, these tests are now available: @pytest.mark.skipif(
"poisson_race" not in model_config,
reason="poisson_race not available in installed ssms",
)
class TestPoissonRaceSimulator:
|
I see ok. I think this is slightly weird now because we probably were missing an upper bound on |
No rush for this. There is another PR coming for choice-only models so I don't think it's realistic for the release to go out this week. I can disable these tests for now in HSSM and then we can re-enable these tests in a future PR. How about that? |
|
@digicosmos86 should be good now, we can relegate fixing the poisson stuff to a separate PR, I'll take care of it. |
Cool thanks @AlexanderFengler! Can you give this an approval? |
AlexanderFengler
left a comment
There was a problem hiding this comment.
lgtm. Thanks @digicosmos86
@AlexanderFengler can you give this a quick approval? When merging PRs this afternoon, I somehow merged them into a separate branch instead of
main. This is just to correct the mistake