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 b66c568 commit 6f698cbCopy full SHA for 6f698cb
1 file changed
tests/test_fairstep.py
@@ -264,6 +264,7 @@ def test_step(a:float, b:float) -> float:
264
265
assert hasattr(test_step, '_fairstep')
266
for var in test_step._fairstep.inputs:
267
+ assert namespaces.PPLAN.Variable not in var.semantic_types
268
if var.name == 'a':
269
assert var.computational_type == 'float'
270
for sem_type in test_types_a:
0 commit comments