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

Dynacool add absolute tol parameter #1754

Merged
merged 4 commits into from
Oct 8, 2019

Conversation

jenshnielsen
Copy link
Collaborator

It turns out that the default limit (1e-8) used in numpy all_close is too low. So set this to 5e-4 T which seems reasonable from the actual observed difference of 1-2e-4 T and make it configurable.

@WilliamHPNielsen Can you have a look

@GateBuilder If you have a chance can you test this at the actual setup

@codecov
Copy link

codecov bot commented Oct 8, 2019

Codecov Report

Merging #1754 into master will decrease coverage by 0.09%.
The diff coverage is 0%.

@@            Coverage Diff            @@
##           master    #1754     +/-   ##
=========================================
- Coverage   67.54%   67.45%   -0.1%     
=========================================
  Files         146      146             
  Lines       18332    18263     -69     
=========================================
- Hits        12383    12319     -64     
+ Misses       5949     5944      -5

Copy link
Contributor

@WilliamHPNielsen WilliamHPNielsen left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@jenshnielsen jenshnielsen merged commit f3c9985 into microsoft:master Oct 8, 2019
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

2 participants