Skip to content

Conversation

@vissarion
Copy link
Member

This PR remove obsolete functionality and a deprecated warning.

First, eb25822 eliminates the MMCS option from both apply_sampling and generate_steady_states_no_multiphase, simplifying the sampling interface and avoiding unsupported paths. The choice of mmcs is not relevant for apply_sampling since the latter accepts a matrix of samples of fixed/known size while mmcs based on given ess generates a variable length matrix of samples.

Second, a4236f1 removes a deprecated warning.

Comment on lines 18 to 20
def test_shape_and_non_zero(steady_states, testing_class):
testing_class.assertTrue( steady_states.shape[0] == 95 )
testing_class.assertTrue( steady_states.shape[1] == 1000 )
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would pass the number of rows and columns as input to this function, so that it could be used for other models as well.

@ApoChal
Copy link

ApoChal commented Dec 9, 2025

Thanks @vissarion! I approved the PR and left one comment.

@vissarion vissarion force-pushed the fix/mmcs_and_warning branch from a4236f1 to 04e8376 Compare December 9, 2025 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants