Skip to content

build: update frozen dependencies#2548

Open
havogt wants to merge 7 commits intoGridTools:mainfrom
havogt:update_frozen_dependencies_2026-03
Open

build: update frozen dependencies#2548
havogt wants to merge 7 commits intoGridTools:mainfrom
havogt:update_frozen_dependencies_2026-03

Conversation

@havogt
Copy link
Copy Markdown
Contributor

@havogt havogt commented Mar 25, 2026

No description provided.


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)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

manual change

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The 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.

@havogt havogt requested a review from egparedes March 25, 2026 09:09
# 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
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

see change in noxfile

Copy link
Copy Markdown
Contributor

@DropD DropD left a comment

Choose a reason for hiding this comment

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

Drop the flag, because the new default behavior is what we want.

egparedes and others added 2 commits March 26, 2026 13:01
Co-authored-by: Rico Haeuselmann <r.haeuselmann@gmx.ch>
Copy link
Copy Markdown
Contributor

@egparedes egparedes left a comment

Choose a reason for hiding this comment

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

LGTM

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.

3 participants