dpgen icon indicating copy to clipboard operation
dpgen copied to clipboard

move some imports into runtime functions

Open njzjz opened this issue 3 years ago • 1 comments

gromacswrapper throws lots of warnings. boto3 may cause critical errors. We move these imports into the runtime functions.

Fix #674.

njzjz avatar Aug 20 '22 06:08 njzjz

Codecov Report

Merging #894 (72f5873) into devel (180c3b4) will decrease coverage by 0.01%. The diff coverage is 27.27%.

@@            Coverage Diff             @@
##            devel     #894      +/-   ##
==========================================
- Coverage   38.14%   38.13%   -0.02%     
==========================================
  Files          99       99              
  Lines       17766    17764       -2     
==========================================
- Hits         6777     6774       -3     
- Misses      10989    10990       +1     
Impacted Files Coverage Δ
dpgen/dispatcher/AWS.py 25.26% <14.28%> (-2.87%) :arrow_down:
dpgen/generator/run.py 62.53% <50.00%> (+0.02%) :arrow_up:

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

codecov-commenter avatar Aug 20 '22 06:08 codecov-commenter