mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Don't use "r+" memmap, but "r2
This commit is contained in:
parent
6aa574fa2b
commit
36eba0f110
|
@ -271,7 +271,7 @@ class Hyperopt:
|
|||
self.backtesting.strategy.trailing_only_offset_is_reached = \
|
||||
d['trailing_only_offset_is_reached']
|
||||
|
||||
processed = load(self.data_pickle_file, mmap_mode='r+')
|
||||
processed = load(self.data_pickle_file, mmap_mode='r')
|
||||
|
||||
bt_results = self.backtesting.backtest(
|
||||
processed=processed,
|
||||
|
|
Loading…
Reference in New Issue
Block a user