Skip to content

Commit

Permalink
pre-commit run
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhua0320 committed Aug 19, 2024
1 parent 7a6dafb commit 40aae2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diffpy/srmise/peakextraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -1331,9 +1331,9 @@ def fit_single(self):

from numpy.random import randn

from diffpy.srmise.dataclusters import DataClusters
from diffpy.srmise.modelevaluators.aicc import AICc
from diffpy.srmise.peaks.gaussianoverr import GaussianOverR
from diffpy.srmise.dataclusters import DataClusters

srmiselog.setlevel("info")
srmiselog.liveplotting(False)
Expand Down

0 comments on commit 40aae2b

Please sign in to comment.