Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Interval setvrep and speed up redundancy removal #299

Merged
merged 1 commit into from
Apr 3, 2022

Conversation

blegat
Copy link
Member

@blegat blegat commented Apr 3, 2022

When arguments where given, the redundancy removal or linearity detection was using the default implementation and not using the fact that intervals have no redundancy by construction.
This was hitting another bug with setvrep! and resetvrep! which are not fixed as well.
Closes #298

When arguments where given, the redundancy removal
or linearity detection was using the default implementation
and not using the fact that intervals have no redundancy
by construction.
This was hitting another bug with setvrep and resetvrep which
are not fixed as well.
@codecov
Copy link

codecov bot commented Apr 3, 2022

Codecov Report

Merging #299 (e4befdc) into master (83192d1) will increase coverage by 0.11%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #299      +/-   ##
==========================================
+ Coverage   89.00%   89.11%   +0.11%     
==========================================
  Files          37       37              
  Lines        3037     3051      +14     
==========================================
+ Hits         2703     2719      +16     
+ Misses        334      332       -2     
Impacted Files Coverage Δ
src/defaultlibrary.jl 95.00% <100.00%> (+5.52%) ⬆️
src/interval.jl 97.82% <100.00%> (-1.40%) ⬇️

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 83192d1...e4befdc. Read the comment docs.

@blegat blegat merged commit e97d708 into master Apr 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing method for sethrep! (caused by removevredundancy! with ztol)
1 participant