Skip to content

Commit 4dc6e1a

Browse files
committed
fixed small issue
1 parent c83e619 commit 4dc6e1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyspod/spod_low_ram.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ def fit(self):
8686
'is equal or larger than available storage memory in your system ...\n'
8787
'... aborting computation...')
8888

89+
# if too much memory is required, this is modified above
90+
self._n_modes_save = n_modes_save
91+
8992
# load FFT blocks from hard drive and save modes on hard drive (for large data)
9093
for iFreq in tqdm(range(0,self._n_freq),desc='computing frequencies'):
9194

0 commit comments

Comments
 (0)