We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83e619 commit 4dc6e1aCopy full SHA for 4dc6e1a
pyspod/spod_low_ram.py
@@ -86,6 +86,9 @@ def fit(self):
86
'is equal or larger than available storage memory in your system ...\n'
87
'... aborting computation...')
88
89
+ # if too much memory is required, this is modified above
90
+ self._n_modes_save = n_modes_save
91
+
92
# load FFT blocks from hard drive and save modes on hard drive (for large data)
93
for iFreq in tqdm(range(0,self._n_freq),desc='computing frequencies'):
94
0 commit comments