fossilfree / numerous

Numerous - an object-oriented modelling and simulation engine.
https://numerous.com
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

Fix event accuracy with external updates and correct external updates #165

Closed mrdobalina2k closed 2 years ago

mrdobalina2k commented 2 years ago

The numerous solver has been refactored into _solver method.

Event detection accuracy has been increased and updating with chunks have been fixed. Tests have been added in test_external_data.py to increase code coverage.