Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haimasree committed Jan 5, 2022
1 parent 79fd834 commit d7f7fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kipoi_containers/singularityhelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_singularity_image(
Raises:
ValueError: Raise valueerror if the test is not successful"""
print(
f"Testing {model} with {singularity_image_folder}{singularity_image_name}"
f"Testing {model} with {singularity_image_folder}/{singularity_image_name}"
)
if model == "Basenji":
test_cmd = f"kipoi test {model} --source=kipoi --batch_size=2"
Expand Down

0 comments on commit d7f7fc7

Please sign in to comment.