More fixes for 8.2.7#3397
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/8.2 #3397 +/- ##
============================================
Coverage 46.58% 46.58%
============================================
Files 527 527
Lines 119282 119300 +18
============================================
+ Hits 55565 55579 +14
- Misses 63717 63721 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
✔️ e0578f6 -> Azure artifacts URL |
|
✔️ d2161a9 -> Azure artifacts URL |
|
✔️ c7dba13 -> Azure artifacts URL |
|
Anything less than 3.9 is past EOL, so I think that's okay. |
|
✔️ b00a1b3 -> Azure artifacts URL |
Co-authored-by: Olli Lupton <oliver.lupton@epfl.ch>
|
✔️ 6dfa825 -> Azure artifacts URL |
|
✔️ a4a0159 -> Azure artifacts URL |
|
✔️ a8aef66 -> Azure artifacts URL |
|
✔️ cd4f14f -> Azure artifacts URL |
|
✔️ 4ecdab0 -> Azure artifacts URL |
|
✔️ cc41aac -> Azure artifacts URL |
|
|
✔️ 303569e -> Azure artifacts URL |



Adopting master version of _binwrapper.py fixes a nrnpyenv.sh issue where a launch of nrniv in the context of being installed (
pip install neuron) with python being a virtual environment, does not have sufficientsys.pathto successfullyimport neuron. Note that importlib.metatdata is not available in python3.7 and we are now making wheels only for python 3.9 and above. It would be possible to fallback tofrom pkg_resources import working_setif anyone thinks it is worth it.