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

Bump Python to 3.10 #438

Merged
merged 3 commits into from
Nov 4, 2024
Merged

Bump Python to 3.10 #438

merged 3 commits into from
Nov 4, 2024

Conversation

alexfikl
Copy link
Collaborator

@alexfikl alexfikl commented Nov 4, 2024

No description provided.

@@ -1478,7 +1479,7 @@ def generate_regular_rect_mesh(
"lower topological dimension and map it.)")

axis_coords = [np.linspace(a_i, b_i, npoints_i)
for a_i, b_i, npoints_i in zip(a, b, npoints_per_axis)]
for a_i, b_i, npoints_i in zip(a, b, npoints_per_axis, strict=False)]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is set to false because many tests set a = (-0.5, -0.5, -0.5) and pass the whole thing in. Not sure it's worth being very strict here..

Copy link
Owner

Choose a reason for hiding this comment

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

For now I think it's fair to capture current usage. We could add a warning later if we feel it's an issue.

@inducer inducer merged commit e6000a7 into inducer:main Nov 4, 2024
13 checks passed
@inducer
Copy link
Owner

inducer commented Nov 4, 2024

Thx!

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.

2 participants