-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENH] Use numpy assert array equal in test_multitaper_cohere_perfect_…
…cohere (#573) * use numpy assert_array_equal for unit test * fix issue with element-wise multiplication of ndarrays and np.complex128 by casting to np.complex128 * skip unit test for numpy 1.25.0 and 1.25.1
- Loading branch information
1 parent
af4a0a4
commit 4ea3c9a
Showing
4 changed files
with
113 additions
and
107 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ venv/ | |
env/ | ||
.pytest_cache/ | ||
**/*/__pycache__ | ||
*.vscode | ||
|
||
# Compiled source # | ||
################### | ||
|
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.