-
Notifications
You must be signed in to change notification settings - Fork 1
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
Question: Is there a way to add multiple reactions in the check_model
call?
#13
Comments
@RMeli I'm not sure if the comment you've linked is correct..it points to the other reviewer..Doesn't matter though :) (same comment for other issues that I have raised on this repo) |
Hi @ayush9pandey, this was indeed wrong, sorry. I was meant to link to the review issue itself, not a particular comment. Sorry for the confusion! |
@ayush9pandey The check_model function does not support multiple model argument input. Instead, If you enter two reactions as one model, it should execute successfully: |
Great! So, semicolon can be used to separate the reactions. Do you need the three quotes (""") or one each for starting and ending is enough? |
I would like to do something like this:
where I have two reaction separated by a comma. The
check_model
constructor seems to allow only one reaction. Is that correct?The text was updated successfully, but these errors were encountered: