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

maybe flake8 will prefer a better indent like this

This commit is contained in:
perfectra1n
2022-01-06 19:50:18 -08:00
parent 9aa9e72e03
commit bb84d24060

View File

@@ -1142,9 +1142,9 @@ class MGMHurry:
csv_results_filepath = f'{self.basedir}/user_data/csv_results/{quick_rename(hyperopt_log_filename, "CsvResults", ".csv")}'
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]
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]
# Just going to borrow that naming structure...
unique_dir_name = hyperopt_log_filename.replace(f'{hyperopt_log_filename.split("-")[0]}-', '')