You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We store t in our CoupledSimulation object, but never update or use it. We should remove this field, and go through CoupledSimulation to find all its fields that are unused or can be removed.
CoupledSimulation is meant to hold all the information needed to solve the simulation, but it shouldn't contain anything extra (e.g. values used for initialization or unused objects)
Fields to remove
t
parsed_args
The text was updated successfully, but these errors were encountered:
We store
t
in ourCoupledSimulation
object, but never update or use it. We should remove this field, and go throughCoupledSimulation
to find all its fields that are unused or can be removed.CoupledSimulation
is meant to hold all the information needed to solve the simulation, but it shouldn't contain anything extra (e.g. values used for initialization or unused objects)Fields to remove
The text was updated successfully, but these errors were encountered: