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
Model time step starts at 0, goes forward 10 seconds at a time, and goes until 1000 seconds. It's possible to set evolving conditions that don't fall on a time step that would be run. Make sure to handle those conditions. (for example, setting temperature at 7 seconds, 19 seconds)
The input to solve currently accepts a python list. Enforce all model data runs on numpy arrays to make sure there isn't any issue with precision when going from python to C++.
Improve usability
Simplify music-box when possible in favor of having users implement custom features
The text was updated successfully, but these errors were encountered:
I created individual issues corresponding to each task except for the last one. I think we'd need discussion within team to decide which could improve usability and what design change should be made
Investigate next steps for Python wrapper
Acceptance Criteria
Ideas
test_chapman.py
,test_full_gas_phase_mechanism.py
autopep8
The text was updated successfully, but these errors were encountered: