Skip to content
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

Write validator to check for identical trigger conditions within same regimes #14

Open
tclose opened this issue Jun 3, 2015 · 3 comments

Comments

@tclose
Copy link
Contributor

tclose commented Jun 3, 2015

Write validator to check for identical trigger conditions within same regimes. Would be useful to my pipeline rule this out and it might help the user if they accidentally paste the same transition twice or something.

@tclose
Copy link
Contributor Author

tclose commented Jan 22, 2018

Should convert Sympy expressions to common format (e.g. using 'expand' method) before comparing to catch equivalent expressions (e.g. x^2 + 2x + 1 and (x+1)^2).

@umarbrowser
Copy link

Lets do that

@tclose
Copy link
Contributor Author

tclose commented Jan 29, 2018

Okay great, let me know how you go. Probably have a look at the RegimeOnlyHasOneHandlerPerEventDynamicsValidator as a similar validator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants