JuliaApproximation / DomainSets.jl

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

Fix deprecation #128

Closed jishnub closed 1 year ago

jishnub commented 1 year ago

Currently, the master branch errors with julia --depwarn=error, this fixes the deprecation

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 (834d780) compared to base (b360746). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #128 +/- ## ======================================= Coverage 85.83% 85.83% ======================================= Files 31 31 Lines 2626 2626 ======================================= Hits 2254 2254 Misses 372 372 ``` | [Impacted Files](https://codecov.io/gh/JuliaApproximation/DomainSets.jl/pull/128?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation) | Coverage Δ | | |---|---|---| | [src/domains/indicator.jl](https://codecov.io/gh/JuliaApproximation/DomainSets.jl/pull/128/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation#diff-c3JjL2RvbWFpbnMvaW5kaWNhdG9yLmps) | `93.75% <100.00%> (ø)` | | 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.