JuliaApproximation / DomainSets.jl

A Julia package for describing domains as continuous sets of elements
MIT License
72 stars 12 forks source link

Change .x to 0.x in set-operation tests #129

Closed jishnub closed 1 year ago

jishnub commented 1 year ago

This makes the numbers easier to read, and also works around a julia-vscode bug

codecov[bot] commented 1 year ago

Codecov Report

Base: 85.83% // Head: 85.83% // No change to project coverage :thumbsup:

Coverage data is based on head (457f303) compared to base (e088e4d). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #129 +/- ## ======================================= Coverage 85.83% 85.83% ======================================= Files 31 31 Lines 2626 2626 ======================================= Hits 2254 2254 Misses 372 372 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

jishnub commented 1 year ago

Gentle bump