mitchute / GLHE

MIT License
2 stars 3 forks source link

Run g-function from command line #77

Closed mitchute closed 5 years ago

mitchute commented 5 years ago

@Myoldmopar

I'm having trouble getting this to work.

(glhe) mitchute:GLHE mattmitchell$ python /Users/mattmitchell/Projects/GLHE/standalone/run_g_function.py /Users/mattmitchell/Projects/GLHE/studies/aggregation/soil/runs/2.2_2000_704/annual/in.json
Traceback (most recent call last):
  File "/Users/mattmitchell/Projects/GLHE/standalone/run_g_function.py", line 9, in <module>
    from glhe.gFunction.g_function import GFunction
ImportError: No module named 'glhe'

I thought we could insert the path to the glhe project as we did with the study files, but this isn't working the same way for some reason.

Any ideas?

See the below commit. Thanks!

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 682


Totals Coverage Status
Change from base Build 677: 0.0%
Covered Lines: 6077
Relevant Lines: 6077

💛 - Coveralls