Don't use "r+" memmap, but "r2
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user