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:
@@ -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]}-', '')
|
||||
|
||||
Reference in New Issue
Block a user