Jamesflynn1 / pyRBM

A Python framework to build and simulate stochastic rules-based models.
GNU General Public License v3.0
3 stars 0 forks source link

Error: NoneType when calling simulate for the second time #8

Closed Jamesflynn1 closed 2 months ago

Jamesflynn1 commented 3 months ago

NoneType error when calling simulate for the second time. Current fix is to reinitialize the solver but a permanent fix should be found.

Jamesflynn1 commented 2 months ago

Fixed with #5 update