DARMA-tasking / LB-analysis-framework

Analysis framework for exploring, testing, and comparing load balancing strategies
Other
3 stars 1 forks source link

#453: Fix FileNotFoundError in lbaf v1.0.0 package #454

Closed cwschilly closed 11 months ago

cwschilly commented 11 months ago

Fixes #453

cwschilly commented 11 months ago

This PR changes the target_dir in __print_QOI() to use the relative path (../Model) instead of the absolute path (PROJECT_PATH/src/lbaf/Model); this should resolve the issue with the PyPi package

cwschilly commented 11 months ago

I've tested this code by uploading to TestPyPi and running the pip install command. It works as expected. Since PyPi does not allow rewriting releases, if we were to publish this fix to PyPi this may have be released as v1.0.1