1
0
mirror of https://github.com/Rikj000/MoniGoMani.git synced 2022-03-06 00:08:05 +03:00

️ Fixed indentation

This commit is contained in:
Rikj000
2022-01-07 06:30:58 +00:00
committed by GitHub
parent 77e20d09f6
commit 4f0fbaaebd

View File

@@ -1143,8 +1143,8 @@ class MGMHurry:
importance_results_filepath = f'{self.basedir}/user_data/importance_results/{quick_rename(hyperopt_log_filename, "SignalImportanceResults", ".log")}'
files = [hyperopt_log_filepath, backtest_log_filepath, mgm_config_filepath, ho_config_filepath, hurry_config_filepath,
plotprofitresults_filepath, plotstatsreports_filepath, csv_results_filepath, importance_results_filepath,
strategy_filepath, loss_strategy_filepath]
plotprofitresults_filepath, plotstatsreports_filepath, csv_results_filepath, importance_results_filepath,
strategy_filepath, loss_strategy_filepath]
# Just going to borrow that naming structure...
unique_dir_name = hyperopt_log_filename.replace(f'{hyperopt_log_filename.split("-")[0]}-', '')