Skip to content

Commit

Permalink
modified src/gempyor/file_paths.py to update
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsato committed Nov 17, 2023
1 parent 15d3220 commit 586bcde
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flepimop/gempyor_pkg/src/gempyor/file_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ def create_file_name_without_extension(
run_id, prefix, index, ftype, inference_filepath_suffix, inference_filename_prefix, create_directory=True
):
if create_directory:
os.makedirs(create_dir_name(run_id, prefix, ftype), exist_ok=True)
# hardcoded, target dir to be modified later
return "model_output/%s/%s%09d.%s.%s" % (ftype, prefix, index, run_id, ftype)
os.makedirs(
create_dir_name(run_id, prefix, ftype, inference_filepath_suffix, inference_filename_prefix), exist_ok=True
)
Expand Down

0 comments on commit 586bcde

Please sign in to comment.