We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88e578 commit 6f96ff1Copy full SHA for 6f96ff1
tests/test_geode_functions.py
@@ -63,6 +63,7 @@ def test_is_loadable():
63
for input_extension in input_extensions:
64
file_absolute_path = os.path.join(data_folder, f"test.{input_extension}")
65
is_loadable = geode_functions.is_loadable(geode_object, file_absolute_path)
66
+ assert isinstance(is_loadable, bool)
67
assert isinstance(is_loadable, float)
68
assert 0.0 <= is_loadable <= 1.0
69
0 commit comments