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

Adapting TaylorSeries # 312 #146

Closed
wants to merge 0 commits into from
Closed

Adapting TaylorSeries # 312 #146

wants to merge 0 commits into from

Conversation

lbenet
Copy link
Member

@lbenet lbenet commented Feb 26, 2023

TaylorSeries #312 solved some inconsistencies that involve Taylor1{Interval{T}}; the changes broke some tests here, that involve TaylorModel1{TaylorN} and RTaylorModel1{TaylorN} only with the log function. This PR aims solving that.

I currently suspect that the these tests fail because, somehow we end up being outside of the domain...

@coveralls
Copy link

coveralls commented Feb 26, 2023

Pull Request Test Coverage Report for Build 4694484458

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 54 unchanged lines in 5 files lost coverage.
  • Overall coverage increased (+67.1%) to 67.179%

Files with Coverage Reduction New Missed Lines %
src/evaluate.jl 1 85.71%
src/rpa_functions.jl 7 86.71%
src/auxiliary.jl 8 56.94%
src/promotion.jl 17 3.57%
src/arithmetic.jl 21 82.61%
Totals Coverage Status
Change from base Build 4125212071: 67.1%
Covered Lines: 1179
Relevant Lines: 1755

💛 - Coveralls

Project.toml Outdated
julia = "1.6, 1.7"
TaylorIntegration = "0.11"
TaylorSeries = "0.13"
julia = "1.6, 1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is the same of just 1.6

@lbenet lbenet changed the title Adapting TaylorSeries # 312 Adapting TaylorSeries # 311 Feb 27, 2023
@lbenet lbenet changed the title Adapting TaylorSeries # 311 Adapting TaylorSeries # 312 Feb 27, 2023
@lbenet
Copy link
Member Author

lbenet commented Apr 13, 2023

@schillic I'm replying to your comment here: The tests do pass here, because I am skipping the problematic tests. I will merge a new PR in parallel (with the changes implemented so far here), to keep this PR open since the issue related to JuliaDiff/TaylorSeries.jl#312 hasn't been solved; I'll also tag a new version.

@lbenet
Copy link
Member Author

lbenet commented Apr 13, 2023

Closed by mistake... I'll take care of this later

@lbenet lbenet deleted the lb/TS_311 branch May 4, 2023 21:48
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.

None yet

3 participants