Skip to content

166 custom input parameters#168

Open
vatai wants to merge 5 commits into
mainfrom
166-custom-input-parameters
Open

166 custom input parameters#168
vatai wants to merge 5 commits into
mainfrom
166-custom-input-parameters

Conversation

@vatai

@vatai vatai commented Jul 17, 2025

Copy link
Copy Markdown
Collaborator

No description provided.

vatai added 3 commits May 13, 2025 16:41
We just return the state object as it is, if it is not an instance of
`Stete`.  However, there were comparisons to the state object (usually
the special case of `Stete.EQUILIBRIUM`) and there, the `==` caused an
error because it is overloaded for numpy array (needs `any` or `all`
method calls) so we also changes the `==` operators to `is`.
@vatai vatai linked an issue Jul 17, 2025 that may be closed by this pull request
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.

Custom input parameters

1 participant