Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace distutils.version.LooseVersion by packaging.version.Version #1095

Merged
merged 1 commit into from
Dec 30, 2022

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Dec 30, 2022

distutils will be removed from Python 3.12. See PEP 632.

`distutils` will be removed from Python 3.12. See [PEP 632](https://peps.python.org/pep-0632/).

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
@codecov-commenter
Copy link

Codecov Report

Base: 39.55% // Head: 39.55% // No change to project coverage 👍

Coverage data is based on head (27cb101) compared to base (a9d324b).
Patch coverage: 42.55% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #1095   +/-   ##
=======================================
  Coverage   39.55%   39.55%           
=======================================
  Files          99       99           
  Lines       17981    17981           
=======================================
  Hits         7112     7112           
  Misses      10869    10869           
Impacted Files Coverage Δ
dpgen/simplify/simplify.py 0.00% <0.00%> (ø)
dpgen/data/gen.py 51.40% <11.11%> (ø)
dpgen/generator/lib/run_calypso.py 10.03% <16.66%> (ø)
dpgen/auto_test/common_equi.py 63.15% <33.33%> (ø)
dpgen/auto_test/common_prop.py 38.70% <33.33%> (ø)
dpgen/generator/run.py 65.06% <58.82%> (ø)
dpgen/auto_test/lib/lammps.py 27.12% <100.00%> (ø)
dpgen/generator/lib/lammps.py 61.44% <100.00%> (ø)
dpgen/remote/decide_machine.py 92.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@wanghan-iapcm wanghan-iapcm merged commit 673266a into deepmodeling:devel Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants