What is the problem?
I'm seeing a lot of code repetition inside the private _MotorPrints class and similars.
Describe the solution you'd like
Make the same that was already did for the motor plots here #456.
This can be really easy to do, but consumes time and requires testing. Here is an outline of possible solutions of this issue:
Obs.: It is possible that you identify that no method can be moved to the parent class. That's ok, but we would need you to tell it in this issue so we can finish the issue.
What is the problem?
I'm seeing a lot of code repetition inside the private
_MotorPrintsclass and similars.Describe the solution you'd like
Make the same that was already did for the motor plots here #456.
This can be really easy to do, but consumes time and requires testing. Here is an outline of possible solutions of this issue:
rocketpy/prints/motor_prints.pyfile_MotorPrintsrocketpy/prints/solid_motor_prints.pyrocketpy/prints/hybrid_motor_prints.pyrocketpy/prints/liquid_motor_prints.pyObs.: It is possible that you identify that no method can be moved to the parent class. That's ok, but we would need you to tell it in this issue so we can finish the issue.