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

deps: sympy 1.12 compat #2123

Merged
merged 2 commits into from
May 12, 2023
Merged

deps: sympy 1.12 compat #2123

merged 2 commits into from
May 12, 2023

Conversation

mloubout
Copy link
Contributor

No description provided.

@mloubout mloubout added the dependencies Pull requests that update a dependency file label May 11, 2023
@codecov
Copy link

codecov bot commented May 11, 2023

Codecov Report

Merging #2123 (b0ff113) into master (34acc06) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #2123   +/-   ##
=======================================
  Coverage   87.15%   87.15%           
=======================================
  Files         220      220           
  Lines       39300    39307    +7     
  Branches     5113     5114    +1     
=======================================
+ Hits        34251    34258    +7     
  Misses       4478     4478           
  Partials      571      571           
Impacted Files Coverage Δ
devito/core/autotuning.py 94.04% <100.00%> (+0.18%) ⬆️
devito/finite_differences/differentiable.py 94.16% <100.00%> (ø)

@@ -273,6 +274,14 @@ def calculate_nblocks(tree, blockable):


def generate_block_shapes(blockable, args, level):
# Make sure all params are substitutable (ie cannot raise SympifyError)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note: I know this is not the pretiest but this errors in the latest sympy because we have some CParams in there that are not sympify-able, see here for new sympy behavior

sympy/sympy#23887

Copy link
Contributor

Choose a reason for hiding this comment

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

OK

@FabioLuporini FabioLuporini merged commit 7975c8e into master May 12, 2023
@FabioLuporini FabioLuporini deleted the sympy-112 branch May 12, 2023 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants