Closed tiekneeshrimp closed 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")
code keeps erroring out when runnig pytest on update_model.py
Closed--able to run update_model successfully with no errors. Fixed filepath in line 31 of update_model.py
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")