bogumilchilinski / dynpy

MIT License
8 stars 0 forks source link

Maintenance of `DoublePendulum` class which is dynamic system representation #709

Closed bogumilchilinski closed 1 month ago

bogumilchilinski commented 4 months ago

The following problems have to be checked or fixed, in order to ensure the correctness of implemented system:

bartekvv4 commented 1 month ago

from dynpy.models.mechanics import DoublePendulum DynSysOverviewReport(reported_object=DoublePendulum());

bartekvv4 commented 1 month ago

The code was checked with the following call:

from dynpy.models.mechanics import DoublePendulum
from dynpy.utilities.documents.document import DynSysOverviewReport
DynSysOverviewReport(reported_object=DoublePendulum())