Skip to content

Commit

Permalink
move hopp_tools_test.py to greenheart test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredthomas68 committed Dec 19, 2023
1 parent 614554a commit 3472204
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@


# HOPP functionss
from hopp.to_organize.H2_Analysis.hopp_for_h2 import hopp_for_h2
from greenheart.to_organize.H2_Analysis.hopp_for_h2 import hopp_for_h2
from hopp.simulation.technologies.sites import SiteInfo
from hopp.to_organize.H2_Analysis.simple_dispatch import SimpleDispatch
from hopp.to_organize.H2_Analysis.compressor import Compressor
from hopp.simulation.technologies.hydrogen.desal.desal_model import RO_desal
import hopp.simulation.technologies.hydrogen.electrolysis.run_h2_PEM as run_h2_PEM
from greenheart.to_organize.H2_Analysis.simple_dispatch import SimpleDispatch
from greenheart.to_organize.H2_Analysis.compressor import Compressor
from greenheart.simulation.technologies.hydrogen.desal.desal_model import RO_desal
import greenheart.simulation.technologies.hydrogen.electrolysis.run_h2_PEM as run_h2_PEM
from lcoe.lcoe import lcoe as lcoe_calc
import numpy_financial as npf

Expand Down

0 comments on commit 3472204

Please sign in to comment.