-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
functions
is not recognized
#102
Comments
I noticed this is already discussed #4. I am sorry.. |
Yeah, the main issue is I’ve never found documentation on how the function block is supposed to work. That would make it a lot easier to understand what is needed here. |
Di you try importing via SBML using SBMLToolkit? |
Hi @isaacsas, thank you for your reply. |
Got it. Unfortunately, I have never found documentation for the net file function block, which makes understanding how it is supposed to work a bit difficult. I'd like to add support for this at some point, but I'm not sure I'll have time myself to work on it in the near term. If you'd like to give it a shot to add such support via a PR, the code for loading / parsing net files is relatively short: |
Thank you very much @isaacsas, I will look into the net file function block. |
Hi, thanks for developing and maintaining the amazing tool!
Reproduce:
I am testing a simple Michaelis-Menten model provided in BioNetGen. I installed this file locally and renamed it "mm.net".
When running the following code,
Although
michment
is defined at line 11 (begin functions ~ end functions section), I got the following message.UndefVarError: michment not defined
I would like to know whether the
functions
definition is supported in this package.Version info
The text was updated successfully, but these errors were encountered: