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 70a555c commit e5541e0Copy full SHA for e5541e0
tests/build_spec/test_build_spec.py
@@ -99,7 +99,7 @@ def _test_build_spec(
99
print("**********************************************")
100
print(model_spec.name)
101
print(model_spec.root_path)
102
- print(model_spec.test_inputs)
+ print(model_spec.rdf_source)
103
if architecture is not None:
104
kwargs["architecture"] = architecture
105
if model_kwargs is not None:
0 commit comments