JKRT / OMFrontend.jl

Experimental implementation of NF. That is a Modelica frontend in 100% Julia
Other
2 stars 3 forks source link

Replaced warning with debug messages #64

Closed JKRT closed 2 years ago

JKRT commented 2 years ago

This PR replaces some warnings for the checkpoint functions used for error messages with warnings instead, as to not confuse users that their program is faulty

codecov-commenter commented 2 years ago

Codecov Report

Merging #64 (0f74fd9) into master (3ceb122) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #64   +/-   ##
=======================================
  Coverage   17.36%   17.36%           
=======================================
  Files         166      166           
  Lines       59248    59248           
=======================================
  Hits        10286    10286           
  Misses      48962    48962           
Impacted Files Coverage Δ
src/Util/ErrorExt.jl 9.09% <100.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 3ceb122...0f74fd9. Read the comment docs.