Skip to content

Commit

Permalink
account for move to examples folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed Jun 28, 2022
1 parent 01f79b0 commit b53d361
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/cli_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ def test_encode_dir():


def test_decode_single():
fpath = path.join("data", "preprocessed", "Zn8B8Pb4O24,volume=623,uid=b62a.png")
fpath = path.join(
"data", "preprocessed", "examples", "Zn8B8Pb4O24,volume=623,uid=b62a.png"
)
args = ["--decode", "--path", fpath, "--save-dir", "tmp"]
main(args)

Expand Down

0 comments on commit b53d361

Please sign in to comment.