pnnl-predictive-phenomics / csc009-gem

https://pnnl-predictive-phenomics.github.io/csc009-gem
1 stars 0 forks source link

update_model.py in csc009 needs relative pathway #16

Closed tiekneeshrimp closed 1 month ago

tiekneeshrimp commented 1 month ago

update_model.py in csc009 still has local references/pathways, needs to be updated to a relative pathway? in line 19:

sys.path.insert(0, "/Users/rodr579/Repos/Concerto/concerto")

tiekneeshrimp commented 1 month ago

code keeps erroring out when runnig pytest on update_model.py

tiekneeshrimp commented 1 month ago

Closed--able to run update_model successfully with no errors. Fixed filepath in line 31 of update_model.py