radical-cybertools / radical.utils

Utility classes and tools for various radical projects
Other
8 stars 6 forks source link

fix deprecated import statement and inspect call #372

Closed andre-merzky closed 1 year ago

andre-merzky commented 1 year ago

Import now works for older and newer python3 versions:


  python               : /mnt/home/merzky/radical/radical.utils.2/ve3.6/bin/python3
  pythonpath           : 
  version              : 3.6.9
  virtualenv           : /mnt/home/merzky/radical/radical.utils.2/ve3.6

  radical.utils        : 1.22.0-v1.21.0-2-g585b3c4@fix-getargspec_import

  python               : /mnt/home/merzky/radical/radical.utils.2/ve3/bin/python3
  pythonpath           : 
  version              : 3.11.2
  virtualenv           : /mnt/home/merzky/radical/radical.utils.2/ve3

  radical.utils        : 1.22.0-v1.21.0-2-g585b3c4@fix-getargspec_import
codecov[bot] commented 1 year ago

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 61.41%. Comparing base (5089c59) to head (585b3c4). Report is 319 commits behind head on devel.

Files with missing lines Patch % Lines
src/radical/utils/signatures.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #372 +/- ## ======================================= Coverage 61.41% 61.41% ======================================= Files 60 60 Lines 6709 6709 ======================================= Hits 4120 4120 Misses 2589 2589 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.