Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisSanchez25 committed May 16, 2024
1 parent fb3526f commit dce8f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amstrax/plugins/peaks/peaks_som.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy as np
import numpy.lib.recfunctions as rfn
from scipy.spatial.distance import cdist
from amstrax.plugins.peaks.peak_waveforms import PeakWaveforms
from amstrax.plugins.peaks.peaks import Peaks
import os
import numba

Expand All @@ -20,7 +20,7 @@
)])

@export
class PeaksSOM(PeakWaveforms):
class PeaksSOM(Peaks):
"""
Self-Organizing Maps (SOM)
https://xe1t-wiki.lngs.infn.it/doku.php?id=xenon:xenonnt:lsanchez:unsupervised_neural_network_som_methods
Expand Down

0 comments on commit dce8f2c

Please sign in to comment.