3461 duplicated script names#3468
Conversation
|
I've fixed the unit test failures by slightly changing the test (instead of setting sys.path, I We do get additional failure in example, since without modifying sys.path, helper scripts in the same directory as the psyclone scripts are NOT found anymore (unless you set |
…orting helper scripts, but clean up sys.pathin the end.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3468 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 395 395
Lines 55199 55193 -6
=========================================
- Hits 55199 55193 -6 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Failures in one example and nemo (lfric is fine) indicate that we should modify sys.path when importing and executing a script (so that helper scripts in the same directory as the script are found). That was done in ab86dd3, so once I've updated the documentation this should be ready to go. |
…ames do not need to be handled/removed anymore.
Fixes #3461.