Valentin Sulzer

Results 231 comments of Valentin Sulzer

Passing a list of models for the `Simulation` object might be confusing though, in that case I would suggest an entirely different class or a separate API like `Simulation.from_list` to...

> a map between state vector for model a and the state vector for model b (another expression tree?) This is currently handled by `model.set_initial_conditions_from`, which uses the `Variable.name` and...

It sounds like a more generic `Experiment` / `Step` might be the way to go then, with the `Experiment` / `Step` handling both how each step runs and when it...

Where would you clarify the dU/dT thing in the docs?

Good to see this being adopted more. I'd be happy to switch to this once we see some of the big python packages (e.g. numpy) start to switch over. I...

Unlikely to make this change in the near future

This would be super easy, the hardest part would probably be reading the string to extract the temperature, e.g. adding a new field "T" for the operating conditions. Once that...

I don't mind, whichever you prefer

Feel free to take over this issue too unless @Niiola has made progress?