You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The comments are not parsed at all right now due to how parsing works currently (conversion to an XML file and reading off of that). XML conversion rips out all comments so it's not possible to parse the comments with this method. We are working on a new parsing method right now and once that's done, all comments will be parsed and will be added to .comment attribute. I'll update the issue as I make progress on this.
bionetgen.bngmodel
nicely parses models. In some cases, it may be helpful to parse the comments out of files.For example, the comment of
Vec
is currently parsed toNone
The text was updated successfully, but these errors were encountered: