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 4dd5858 commit 01be601Copy full SHA for 01be601
example/test_examples.py
@@ -89,15 +89,13 @@ def _notebook_run(self, path):
89
90
return nb, errors
91
92
- @pytest.mark.skipif(sys.version_info < (3, 6), reason="requires python3.6")
93
def test_modelchain_example_ipynb(self):
94
dir_path = os.path.dirname(os.path.realpath(__file__))
95
nb, errors = self._notebook_run(
96
os.path.join(dir_path, "modelchain_example.ipynb")
97
)
98
assert errors == []
99
100
101
def test_turbine_cluster_modelchain_example_ipynb(self):
102
103
0 commit comments