-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error in creation of PEtab tables for the model #138
Comments
Hey Aidin, sure, could you maybe share the |
As the error is thrown in the last step of the |
Of course, My problem.yml file:
and ODEs_HuImm_PKN3_MM1_timeDep.yml
You mean the .xml file (PKN3_MM1_model.xml)? Yes, the generated experimental_conditions_PKN3_MM1_model.tsv file has a single row and column (conditionId) with value: condition1 |
In general this looks good, this is similar to the standard one-condition table, e.g. by Crust 2017: Probably importing your model into pypesto in the following section fails, right? |
so ignoring the fact, that the linter complains... |
No, not exactly. I have only one column
When importing the model it returns:
|
I believe we can reproduce this error here #139 |
@jvanhoefer, btw I also get the same error while running the example notebook: |
So, now I am also able to reproduce the issue locally at my laptop. Seems like something broke in recent PEtab updatdes. Meaning two things:
|
Hi there, I encountered the same problem for my model. However, downgrading is in my eyes not a good option and ignoring the error is also not nice as I would like to have calculations afterwards in the same script. Is there a possibility to deactivate linting? Thanks in advance |
Hi, I'm following this notebook:
https://github.com/yaml2sbml-dev/yaml2sbml/blob/main/doc/examples/Lotka_Volterra/Lotka_Volterra_python/Lotka_Volterra.ipynb
After running
I get the following error:
The model instance was created:
Could you please help me out and explain this error
Thanks!
The text was updated successfully, but these errors were encountered: