DARMA-tasking / LB-analysis-framework

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

#376: rework import structure in lbafapp and other files #385

Closed tlamonthezie closed 1 year ago

tlamonthezie commented 1 year ago

Fixes #376

This pull request includes the following related to the rework of the import structure

Also includes changes from #367 following a merge done because of too many conflicts between the 2 branches

ppebay commented 1 year ago

Please rebase with #374

ppebay commented 1 year ago

@tlamonthezie Not sure why but there are still many conflicts even after the rebase

tlamonthezie commented 1 year ago

@tlamonthezie Not sure why but there are still many conflicts even after the rebase

Yes i see there are still conflicts. I dont know why... i will merge develop into the 376 branch again to resolve that asap

tlamonthezie commented 1 year ago

It's linked to the merge of #367 into develop

ppebay commented 1 year ago

@tlamonthezie I have the following problem:

[pppebay@localhost]~/Documents/Git/LB-analysis-framework/src/lbaf/Applications$ python LBAF_app.py --config conf.yaml
Traceback (most recent call last):
  File "LBAF_app.py", line 11, in <module>
    from lbaf import __version__, PROJECT_PATH
ModuleNotFoundError: No module named 'lbaf'

when trying to run the command: python LBAF_app.py --config conf.yaml