bogumilchilinski / dynpy

MIT License
8 stars 0 forks source link

Implementation of `ODESystemAdditionComponent` class that creates a part of a report #736

Closed Danielstryjewski closed 2 months ago

Danielstryjewski commented 4 months ago

Class is to implement in ode.pl.py module that is a reporting component which reports result of adding two ODESystem classes.

Danielstryjewski commented 3 months ago

The code was checked with the following call:

from dynpy.utilities.components.ode.en import ODESystemAdditionComponent
from dynpy.models.odes.linear import LinearFirstOrder

ode_test = LinearFirstOrder.from_reference_data()

ODESystemAdditionComponent(ode_test);