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 4dc6e1a commit 80b18c4Copy full SHA for 80b18c4
pyspod/spod_low_ram.py
@@ -87,7 +87,8 @@ def fit(self):
87
'... aborting computation...')
88
89
# if too much memory is required, this is modified above
90
- self._n_modes_save = n_modes_save
+ if gb_memory_modes >= 0.99 * gb_memory_avail:
91
+ self._n_modes_save = n_modes_save
92
93
# load FFT blocks from hard drive and save modes on hard drive (for large data)
94
for iFreq in tqdm(range(0,self._n_freq),desc='computing frequencies'):
0 commit comments