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

Replace deprecated np.product with np.prod #1502

Merged
merged 2 commits into from
Jun 29, 2023

Conversation

brandonwillard
Copy link
Member

This PR also fixes a typing issue caused by unnecessary staticmethods on the Ops in nlinalg.

@brandonwillard brandonwillard self-assigned this Jun 28, 2023
@codecov
Copy link

codecov bot commented Jun 29, 2023

Codecov Report

Merging #1502 (0ad16ce) into main (2368ed3) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1502      +/-   ##
==========================================
- Coverage   74.96%   74.96%   -0.01%     
==========================================
  Files         176      176              
  Lines       49500    49494       -6     
  Branches    11986    11986              
==========================================
- Hits        37110    37104       -6     
  Misses      10089    10089              
  Partials     2301     2301              
Impacted Files Coverage Δ
aesara/scalar/basic.py 79.17% <100.00%> (ø)
aesara/tensor/nlinalg.py 98.54% <100.00%> (-0.03%) ⬇️

@brandonwillard brandonwillard merged commit e02b23e into aesara-devs:main Jun 29, 2023
22 checks passed
@brandonwillard brandonwillard deleted the update-numpy-product branch June 29, 2023 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
important NumPy compatibility refactor This issue involves refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant