Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Mar 22, 2024
1 parent 8172be5 commit e4666d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/docker_yaml_conversion_specification_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_run_conversion_from_yaml_cli(self):
command=(
"docker run -t "
f"--volume {self.source_volume}:/neuroconv ghcr.io/catalystneuro/neuroconv:{self.tag} "
f"neuroconv /neuroconv/tests/test_on_data/conversion_specifications/{yaml_file_path} "
f"neuroconv {yaml_file_path} "
f"--data-folder-path /neuroconv/{DATA_PATH} --output-folder-path {self.test_folder} --overwrite"
),
catch_output=True,
Expand Down Expand Up @@ -86,6 +86,9 @@ def test_run_conversion_from_yaml_variable(self):
command=(
"docker run -t "
f"--volume {self.source_volume}:/neuroconv ghcr.io/catalystneuro/neuroconv:yaml_variable"
"-e NEUROCONV_YAML=$NEUROCONV_YAML"
"-e NEUROCONV_DATA_PATH=$NEUROCONV_DATA_PATH"
"-e NEUROCONV_OUTPUT_PATH=$NEUROCONV_OUTPUT_PATH"
),
catch_output=True,
)
Expand Down

0 comments on commit e4666d0

Please sign in to comment.