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

Delete test file + fix CI #626

Merged
merged 4 commits into from
Jul 25, 2023
Merged

Delete test file + fix CI #626

merged 4 commits into from
Jul 25, 2023

Conversation

nabobalis
Copy link
Contributor

@nabobalis nabobalis commented Jul 15, 2023

Fixes #624

@nabobalis nabobalis added this to the 2.2 milestone Jul 15, 2023
@nabobalis nabobalis changed the title Uncomment out tests Delete test Jul 15, 2023
@nabobalis nabobalis marked this pull request as ready for review July 15, 2023 16:19
@nabobalis nabobalis changed the title Delete test Delete test file Jul 15, 2023
ndcube/utils/cube.py Outdated Show resolved Hide resolved
@@ -252,7 +252,7 @@ def propagate_rebin_uncertainties(uncertainty, data, mask, operation, operation_
if not propagation_operation:
if operation in {np.sum, np.nansum, np.mean, np.nanmean}:
propagation_operation = np.add
elif operation in {np.product, np.prod, np.nanprod}:
elif operation in {np.prod, np.nanprod, np.product}:
Copy link
Contributor Author

@nabobalis nabobalis Jul 15, 2023

Choose a reason for hiding this comment

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

product will be removed eventually but for now, moved it to the end.

@nabobalis nabobalis changed the title Delete test file Delete test file + fix CI Jul 15, 2023
@DanRyanIrish
Copy link
Member

Any objection if I merge this @nabobalis ?

@nabobalis
Copy link
Contributor Author

Any objection if I merge this @nabobalis ?

No go ahead.

@nabobalis nabobalis merged commit ae42e71 into main Jul 25, 2023
15 checks passed
@nabobalis nabobalis deleted the tests branch July 25, 2023 19:29
meeseeksmachine pushed a commit to meeseeksmachine/ndcube that referenced this pull request Jul 25, 2023
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.

numpy.product deprecated
2 participants