Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Dec 4, 2024
1 parent 7160b24 commit b39a7fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/kvikio/tests/test_cufile_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@


def test_version():
print(kvikio.cufile_driver.libcufile_version())
major, minor = kvikio.cufile_driver.libcufile_version()
assert major >= 0
assert minor >= 0


@pytest.mark.cufile
Expand Down

0 comments on commit b39a7fc

Please sign in to comment.