Skip to content

Commit

Permalink
FIX test
Browse files Browse the repository at this point in the history
  • Loading branch information
matbun committed Dec 13, 2023
1 parent debc6a4 commit 9e8eafe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/use-cases/test_3dgan.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,4 @@ def test_3dgan_inference(install_requirements, fake_model_checkpoint):
f'-o {data_params}.datapath="exp_data/*/*.h5" '
f'-o {saver_params}.save_dir=3dgan-generated-data '
)
raise ValueError(cmd)

subprocess.run(cmd.split(), check=True)

0 comments on commit 9e8eafe

Please sign in to comment.