bogumilchilinski / dynpy

MIT License
8 stars 0 forks source link

Development of `__new__` method and properties of `MultiTimeScaleSolution` class. #541

Open bogumilchilinski opened 7 months ago

bogumilchilinski commented 7 months ago

The goal is to improve __new__ method in MultiTimeScaleSolution class.

bartekvv4 commented 6 months ago

The goal was to improve new method in MultiTimeScaleSolution class. There have been implemented sevaral @properties of "obj." In this case goal was to optimize stability of system, cut time that was taken to run a simulation of nonlinear ODESystem and just simplify mentioned class. https://cocalc.com/projects/cdcf3856-3e8b-4d1c-bcb2-5c42ba749d83/files/Marek%20Skwarka/Shared%20files/modules/dynpy/solvers/nonlinear.py

bogumilchilinski commented 2 months ago

Call code is missing. Please add the following comment:

Class was checked by the following call:

#```python
#call_code
#```