ModellingWebLab / project_issues

An issues-only repository for issues that cut across multiple repositories
1 stars 0 forks source link

Testing model generation #53

Closed MichaelClerx closed 5 years ago

MichaelClerx commented 5 years ago

Hi @jonc125 !

I'd like to run a simulation with an fccodegen generated model, but not sure about the best way to set it up.

One idea I had was to create a repo that uses fccodegen and weblab-fc and then generates and runs a model (this would require only the bits of weblab-fc that the generated model inherits, I think? An issue here would be that I don't see a setup.py for weblab-fc. If this works, this test repo can grow into an 'offline command-line weblab' component. #51

Alternatively we could write it as part of weblab-fc's tests. But to be honest I don't understand the layout of that project very well!

jonc125 commented 5 years ago

Initially at least I think this should be done through a test in weblab-fc – there’s an issue in that repo about it. I’m working on restructuring the repo as a standard Python package to support this in the packaging branch.

MichaelClerx commented 5 years ago

This is now handled in weblab_cg + cellmlmanip, with relevant tickets there