Skip to content

Commit

Permalink
update osiris version
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelDkhn committed Jan 22, 2024
1 parent 2886e99 commit d1bd0b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pyyaml = "^6.0.1"
prefect-docker = "^0.4.1"
giza-cli = "^0.6.0"
distlib = "^0.3.8"
giza-osiris = "0.1.8"
giza-osiris = "0.2.0"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ def test_predict_success():
arr = np.array([[1, 2], [3, 4]], dtype=np.uint32)

result = model.predict(
input_feed={"arr_1": arr}, verifiable=True, output_dtype='tensor_uint')
input_feed={"arr_1": arr}, verifiable=True, output_dtype='tensor_int')

assert np.array_equal(result, arr)

0 comments on commit d1bd0b3

Please sign in to comment.