Skip to content

Commit

Permalink
better error diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Aug 28, 2022
1 parent 31c84ea commit d8636bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/unit/codecs/nvutil_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_nvutil(self):
v1 = get_nvml_driver_version()
v2 = get_proc_driver_version()
if v1 and v2:
assert v1==v2
assert v1==v2, f"versions differ: {v1} (nvml) and {v2} (proc)"

def main():
try:
Expand Down

0 comments on commit d8636bd

Please sign in to comment.