Skip to content

Commit

Permalink
imprimir la carpeta creada
Browse files Browse the repository at this point in the history
  • Loading branch information
lytex committed Aug 15, 2024
1 parent ebbc5a2 commit 7782ca0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optuna_trial.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
path = "all_data_2024-07-17/"
file_path = datetime.datetime.now().strftime("%Y%m%d-%H%M%S")
os.makedirs(path+file_path, exist_ok=True)
print("trial folder created:", path+file_path)

lightcurves = load_files_wrapper(path=path, use_wavelet=True)

Expand Down

0 comments on commit 7782ca0

Please sign in to comment.