Skip to content

Commit

Permalink
Replace np.round_() with np.round()
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jun 22, 2024
1 parent 55ae04e commit 4687752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/galois/_domains/_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ class FunctionMixin(np.ndarray, metaclass=ArrayMeta):
np.unpackbits,
np.unwrap,
np.around,
np.round_,
np.round,
np.fix,
np.gradient,
np.trapz,
Expand Down

0 comments on commit 4687752

Please sign in to comment.