-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adding set functions and tests * pushing pre-commit changes * ruff fixes for test_spec_set_functions.py * further fixes in test_spec_set_functions.py * fixing mypy unreachable errors in _spec_set_functions.py * marking tests with None and empty arrays as comments * adding namedtuple & corresponding test fixes * function if changes + test standartization * correcting function ifs + test standartization * further test standartisation * scalar handling and testing * _array_object changes, empty array handling + tests * implementing Jim's suggestion, disabling CI errors * disabling errors and warnings * further ignores + adding equal_nan in np.unique instances * better ignores * improving ignores * avoiding code duplication in _spec_array_object Co-authored-by: Jim Pivarski <[email protected]> * returning np.empty and input dtype in all functions --------- Co-authored-by: Jim Pivarski <[email protected]> Co-authored-by: Jim Pivarski <[email protected]>
- Loading branch information
1 parent
72230bf
commit 0b31f72
Showing
4 changed files
with
334 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.