nlesc-nano / auto-FOX

A library for analyzing potential energy surfaces (PESs) and using the resulting PES descriptors for constructing forcefield parameters.
GNU Lesser General Public License v3.0
9 stars 8 forks source link

BUG: Check if `results is not None` before iterating through it #199

Closed BvB93 closed 3 years ago

BvB93 commented 3 years ago

There are apparently conditions wherein noodles.run_parallel() can straight up return None.

codecov[bot] commented 3 years ago

Codecov Report

Merging #199 (3f89e6b) into master (86d30bd) will decrease coverage by 0.07%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #199      +/-   ##
==========================================
- Coverage   75.14%   75.06%   -0.08%     
==========================================
  Files          61       61              
  Lines        6002     6004       +2     
  Branches      996      997       +1     
==========================================
- Hits         4510     4507       -3     
- Misses       1241     1244       +3     
- Partials      251      253       +2     
Impacted Files Coverage Δ
FOX/armc/package_manager.py 74.24% <0.00%> (-0.65%) :arrow_down:
FOX/armc/armc_pt.py 85.00% <0.00%> (-2.50%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 86d30bd...3f89e6b. Read the comment docs.