File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535sys .path .insert (0 , package_path )
3636
3737from superflexpy .implementation .elements .hbv import PowerReservoir
38- from superflexpy .implementation .computation . pegasus_root_finding import PegasusNumba , PegasusPython
39- from superflexpy .implementation .computation .implicit_euler import ImplicitEulerNumba , ImplicitEulerPython
38+ from superflexpy .implementation .root_finders . pegasus import PegasusNumba , PegasusPython
39+ from superflexpy .implementation .numerical_approximators .implicit_euler import ImplicitEulerNumba , ImplicitEulerPython
4040
4141
4242class TestFR (unittest .TestCase ):
Original file line number Diff line number Diff line change 3535sys .path .insert (0 , package_path )
3636
3737from superflexpy .implementation .elements .hbv import UnsaturatedReservoir
38- from superflexpy .implementation .computation . pegasus_root_finding import PegasusNumba , PegasusPython
39- from superflexpy .implementation .computation .implicit_euler import ImplicitEulerNumba , ImplicitEulerPython
38+ from superflexpy .implementation .root_finders . pegasus import PegasusNumba , PegasusPython
39+ from superflexpy .implementation .numerical_approximators .implicit_euler import ImplicitEulerNumba , ImplicitEulerPython
4040
4141
4242class TestUR (unittest .TestCase ):
Original file line number Diff line number Diff line change 3535sys .path .insert (0 , package_path )
3636
3737from superflexpy .implementation .elements .hbv import PowerReservoir , UnsaturatedReservoir
38- from superflexpy .implementation .computation . pegasus_root_finding import PegasusNumba , PegasusPython
39- from superflexpy .implementation .computation .implicit_euler import ImplicitEulerNumba , ImplicitEulerPython
38+ from superflexpy .implementation .root_finders . pegasus import PegasusNumba , PegasusPython
39+ from superflexpy .implementation .numerical_approximators .implicit_euler import ImplicitEulerNumba , ImplicitEulerPython
4040from superflexpy .framework .unit import Unit
4141
4242class TestHRU (unittest .TestCase ):
Original file line number Diff line number Diff line change 3535sys .path .insert (0 , package_path )
3636
3737from superflexpy .implementation .elements .hbv import PowerReservoir , UnsaturatedReservoir
38- from superflexpy .implementation .computation . pegasus_root_finding import PegasusNumba , PegasusPython
39- from superflexpy .implementation .computation .implicit_euler import ImplicitEulerNumba , ImplicitEulerPython
38+ from superflexpy .implementation .root_finders . pegasussusNumba , PegasusPython
39+ from superflexpy .implementation .numerical_approximators .implicit_euler import ImplicitEulerNumba , ImplicitEulerPython
4040from superflexpy .implementation .elements .structure_elements import Splitter , Junction
4141from superflexpy .framework .unit import Unit
4242
Original file line number Diff line number Diff line change 3535sys .path .insert (0 , package_path )
3636
3737from superflexpy .implementation .elements .hbv import PowerReservoir , UnsaturatedReservoir
38- from superflexpy .implementation .computation . pegasus_root_finding import PegasusNumba , PegasusPython
39- from superflexpy .implementation .computation .implicit_euler import ImplicitEulerNumba , ImplicitEulerPython
38+ from superflexpy .implementation .root_finders . pegasus import PegasusNumba , PegasusPython
39+ from superflexpy .implementation .numerical_approximators .implicit_euler import ImplicitEulerNumba , ImplicitEulerPython
4040from superflexpy .implementation .elements .structure_elements import Splitter , Junction
4141from superflexpy .framework .unit import Unit
4242from superflexpy .framework .node import Node
Original file line number Diff line number Diff line change 3535sys .path .insert (0 , package_path )
3636
3737from superflexpy .implementation .elements .hbv import PowerReservoir , UnsaturatedReservoir
38- from superflexpy .implementation .computation . pegasus_root_finding import PegasusNumba , PegasusPython
39- from superflexpy .implementation .computation .implicit_euler import ImplicitEulerNumba , ImplicitEulerPython
38+ from superflexpy .implementation .root_finders . pegasus import PegasusNumba , PegasusPython
39+ from superflexpy .implementation .numerical_approximators .implicit_euler import ImplicitEulerNumba , ImplicitEulerPython
4040from superflexpy .implementation .elements .structure_elements import Splitter , Junction
4141from superflexpy .framework .unit import Unit
4242from superflexpy .framework .node import Node
Original file line number Diff line number Diff line change 3535sys .path .insert (0 , package_path )
3636
3737from superflexpy .implementation .elements .hbv import PowerReservoir
38- from superflexpy .implementation .computation . pegasus_root_finding import PegasusNumba , PegasusPython
39- from superflexpy .implementation .computation .implicit_euler import ImplicitEulerNumba , ImplicitEulerPython
38+ from superflexpy .implementation .root_finders . pegasus import PegasusNumba , PegasusPython
39+ from superflexpy .implementation .numerical_approximators .implicit_euler import ImplicitEulerNumba , ImplicitEulerPython
4040
4141
4242class TestFR (unittest .TestCase ):
Original file line number Diff line number Diff line change 3535sys .path .insert (0 , package_path )
3636
3737from superflexpy .implementation .elements .hbv import UnsaturatedReservoir
38- from superflexpy .implementation .computation . pegasus_root_finding import PegasusNumba , PegasusPython
39- from superflexpy .implementation .computation .implicit_euler import ImplicitEulerNumba , ImplicitEulerPython
38+ from superflexpy .implementation .root_finders . pegasus import PegasusNumba , PegasusPython
39+ from superflexpy .implementation .numerical_approximators .implicit_euler import ImplicitEulerNumba , ImplicitEulerPython
4040
4141
4242class TestUR (unittest .TestCase ):
You can’t perform that action at this time.
0 commit comments