Skip to content
Snippets Groups Projects

Contest: ignore two more files if waLBerla is not available

Merged Stephan Seitz requested to merge seitz/pystencils:contest2 into master
Compare and
2 files
+ 5
3
Preferences
Compare changes
Files
2
+ 1
3
@@ -8,7 +8,5 @@ Installation:
.. code-block:: bash
pip install pystencils-autodiff
"""
import os
if 'CI' not in os.environ:
raise NotImplementedError('pystencils-autodiff is not installed. Run `pip install pystencils-autodiff`')
raise NotImplementedError('pystencils-autodiff is not installed. Run `pip install pystencils-autodiff`')