Skip to content

Commit 7968fe0

Browse files
committed
Keep uv3d file in bg_output_dir by default
1 parent ba1ce40 commit 7968fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bdschism/bdschism/uv3d.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def interpolate_uv3d(
203203
)
204204
@click.option(
205205
"--write_clinic",
206-
default=True,
206+
default=False,
207207
type=bool,
208208
help="If true, the file will be moved to fg_dir. Otherwise, it will be kept in bg_output_dir.",
209209
)

0 commit comments

Comments
 (0)