Skip to content

Commit

Permalink
ci: fix python version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-mariotti-zupit committed Nov 24, 2023
1 parent 411ee3c commit 554d5e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions superflexpy/implementation/models/thur_M2.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,15 @@
from superflexpy.framework.network import Network
from superflexpy.framework.node import Node
from superflexpy.framework.unit import Unit
from superflexpy.implementation.elements.hbv import PowerReservoir, UnsaturatedReservoir
from superflexpy.implementation.elements.structure_elements import (
Junction,
Splitter,
Transparent,
)
from superflexpy.implementation.elements.thur_model_hess import (
HalfTriangularLag,
PowerReservoir,
SnowReservoir,
UnsaturatedReservoir,
)
from superflexpy.implementation.numerical_approximators.implicit_euler import (
ImplicitEulerPython,
Expand Down

0 comments on commit 554d5e4

Please sign in to comment.