tmancal74 / quantarhei

Open Quantum System Theory for Molecular Systems
MIT License
21 stars 16 forks source link

Resp print #117

Closed foxfoxfox7 closed 4 years ago

foxfoxfox7 commented 4 years ago

respPrint is set to False by default so that it won't affect anyone else's code. It needs to be set to a string for it to work and if it's set to True, it should spit an appropriate error. Also I can't get my computer to run on the dev branch so I can't test it. I make changes in the new branch, add, commit, push but still when I run my code, it runs it on the master branch... But it should work fine.

codecov[bot] commented 4 years ago

Codecov Report

Merging #117 into master will decrease coverage by 0.23%. The diff coverage is 4.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #117      +/-   ##
==========================================
- Coverage   39.02%   38.79%   -0.24%     
==========================================
  Files         111      111              
  Lines       15257    15380     +123     
==========================================
+ Hits         5954     5966      +12     
- Misses       9303     9414     +111     
Impacted Files Coverage Δ
quantarhei/spectroscopy/twodcalculator.py 10.78% <4.65%> (-1.41%) :arrow_down:
quantarhei/qm/propagators/rdmpropagator.py 25.15% <0.00%> (-1.63%) :arrow_down:
quantarhei/qm/corfunctions/spectraldensities.py 10.29% <0.00%> (-0.04%) :arrow_down:
quantarhei/__init__.py 94.77% <0.00%> (+0.03%) :arrow_up:
quantarhei/spectroscopy/labsetup.py 16.96% <0.00%> (+0.42%) :arrow_up:

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 48d2339...b0747f9. Read the comment docs.