-
Notifications
You must be signed in to change notification settings - Fork 55
build: update frozen dependencies #2548
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
base: main
Are you sure you want to change the base?
Changes from 4 commits
daf8ffd
8190bd2
4dcbcdd
486b773
35d958e
fdd6480
0569f7c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -68,7 +68,7 @@ typing_exports = [ | |
| # to test typing with gt4py in downstream code | ||
| {include-group = "typing"}, | ||
| 'types-six', # can not let mypy auto-install types as that leads to unexpected stderr output (which means test failure) | ||
| 'pytest-mypy-plugins', # pytest plugin for running mypy on code snippets | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. see change in noxfile |
||
| 'pytest-mypy-plugins>=4.0.0', # pytest plugin for running mypy on code snippets | ||
| "xarray" # one of the regression tests requires xarray | ||
| ] | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,7 +34,7 @@ | |
|
|
||
|
|
||
| def assert_close(expected, actual): | ||
| assert math.isclose(expected, actual), "expected={}, actual={}".format(expected, actual) | ||
| assert np.allclose(expected, actual), "expected={}, actual={}".format(expected, actual) | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. manual change
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the new numpy version returns a 1d array with 1 element in the reduction that is passed to this function. |
||
|
|
||
|
|
||
| class nabla_setup: | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.