Skip to content

Commit

Permalink
json removal
Browse files Browse the repository at this point in the history
  • Loading branch information
kippfreud committed Jun 28, 2024
1 parent 18b3bc1 commit ebdbe67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pynapple/process/signal_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@

import pynapple as nap

with open("wavelets.json") as f:
WAVELET_DICT = json.load(f)


def compute_spectrum(sig, fs=None):
"""
Expand Down

0 comments on commit ebdbe67

Please sign in to comment.