HaeffnerLab / IonSim.jl

a simple tool for simulating trapped ion systems
https://ionsim.org
MIT License
71 stars 17 forks source link

Increase tolerance to ensure tests pass #47

Closed marwahaha closed 2 years ago

marwahaha commented 2 years ago

fixes #41

codecov[bot] commented 2 years ago

Codecov Report

Merging #47 (46b109f) into master (e5dcedf) will increase coverage by 1.10%. The diff coverage is n/a.

:exclamation: Current head 46b109f differs from pull request most recent head d15cc20. Consider uploading reports for the commit d15cc20 to get more accurate results

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   97.09%   98.20%   +1.10%     
==========================================
  Files          11       11              
  Lines         964      889      -75     
==========================================
- Hits          936      873      -63     
+ Misses         28       16      -12     
Impacted Files Coverage Δ
src/traps.jl 99.01% <0.00%> (-0.06%) :arrow_down:
src/ions.jl 100.00% <0.00%> (ø)
src/analytic_functions.jl 100.00% <0.00%> (ø)
src/ion_configurations.jl 100.00% <0.00%> (ø)
src/operators.jl 100.00% <0.00%> (+1.45%) :arrow_up:
src/lasers.jl 100.00% <0.00%> (+1.96%) :arrow_up:
src/hamiltonians.jl 95.89% <0.00%> (+2.16%) :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 4630f9d...d15cc20. Read the comment docs.