luciansmith / sedml-script

An implementation of Lucian's proposed SED-ML-like pythonesque script for exchanging simulation experiments.
MIT License
0 stars 1 forks source link

What does task do? #1

Open djinnome opened 2 years ago

djinnome commented 2 years ago

In the example1.py

https://github.com/luciansmith/sedml-script/blob/d891645d0b3f89ff190fc7e719659c8e229c07da/example1.py#L8

task is not used. What does it do?

luciansmith commented 2 years ago

As a work in progress, it was going to represent the equivalent of a SED-ML L1 'task'. However, it looks like I never actually used tasks that way, and they instead ended up migrating to methods on 'model' objects instead.