Skip to content

Commit

Permalink
Bug fixing in the performance test scripts for PBWE and SSBWE.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicOudart committed Jan 12, 2024
1 parent a896413 commit eb0bfd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/script_test_performances_white_noise_PBWE.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
import os
from math import pi
from scipy.signal import hilbert,find_peaks
from importlib_metadata import version

import PyPBWE

Expand Down
1 change: 1 addition & 0 deletions test/script_test_performances_white_noise_SSBWE.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
import os
from math import pi
from scipy.signal import hilbert,find_peaks
from importlib_metadata import version

import PySSBWE

Expand Down

0 comments on commit eb0bfd9

Please sign in to comment.