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

compiler: Patch pickling of GuardFactor and reconstruction #2126

Merged
merged 2 commits into from May 15, 2023

Conversation

FabioLuporini
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented May 15, 2023

Codecov Report

Merging #2126 (80dd5d4) into master (d5a4d27) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #2126      +/-   ##
==========================================
+ Coverage   87.15%   87.17%   +0.01%     
==========================================
  Files         220      222       +2     
  Lines       39310    39368      +58     
  Branches     5114     5117       +3     
==========================================
+ Hits        34261    34319      +58     
  Misses       4478     4478              
  Partials      571      571              
Impacted Files Coverage Δ
devito/ir/support/guards.py 56.25% <100.00%> (+0.39%) ⬆️
devito/operator/operator.py 89.17% <100.00%> (+0.02%) ⬆️
devito/passes/clusters/__init__.py 100.00% <100.00%> (ø)
devito/passes/clusters/unevaluate.py 100.00% <100.00%> (ø)
devito/symbolics/unevaluation.py 100.00% <100.00%> (ø)
tests/test_dse.py 99.81% <100.00%> (ø)
tests/test_operator.py 97.73% <100.00%> (ø)
tests/test_pickle.py 99.59% <100.00%> (+0.02%) ⬆️

__all__ = ['Add', 'Mul', 'Pow']


class UnevaluableMixin(object):
Copy link
Contributor

Choose a reason for hiding this comment

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

nitpickin, maybe FrozenExpr ?

@mloubout mloubout merged commit c80b86c into master May 15, 2023
33 checks passed
@mloubout mloubout deleted the patch-misc-1294 branch May 15, 2023 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants