Skip to content

Conversation

@akohlmey
Copy link

Some compilers don't like when destructors in polymorph classes are not virtual and complain about it.
This change silences those warnings.

@codecov-commenter
Copy link

codecov-commenter commented Apr 23, 2022

Codecov Report

Merging #4 (985a26d) into master (ad8e1ea) will decrease coverage by 0.05%.
The diff coverage is 36.84%.

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
- Coverage   72.27%   72.21%   -0.06%     
==========================================
  Files         130      133       +3     
  Lines       14234    14252      +18     
==========================================
+ Hits        10287    10292       +5     
- Misses       3947     3960      +13     
Flag Coverage Δ
cpp 74.99% <36.84%> (-0.07%) ⬇️
python 72.21% <36.84%> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/libnnp/Mode.h 66.66% <0.00%> (ø)
src/libnnpif/LAMMPS/InterfaceLammps.h 0.00% <0.00%> (ø)
src/libnnptrain/Training.cpp 73.20% <37.50%> (-0.37%) ⬇️
src/libnnp/Settings.cpp 94.19% <100.00%> (+0.02%) ⬆️
src/libnnp/Prediction.h 0.00% <0.00%> (ø)
src/libnnp/Structure.h 0.00% <0.00%> (ø)

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 ad8e1ea...985a26d. Read the comment docs.

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