mirror of
https://github.com/gsi-upm/soil
synced 2025-08-23 19:52:19 +00:00
Improve tutorial
* Improve text * Move to docs * Autogenerate with sphinx * Fix naming issue `environment.run` (double name) * Add to tests
This commit is contained in:
@@ -7,7 +7,7 @@ ROOT = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
class TestNotebooks(TestCase):
|
||||
def test_tutorial(self):
|
||||
notebook = os.path.join(ROOT, "../examples/tutorial/soil_tutorial.ipynb")
|
||||
notebook = os.path.join(ROOT, "../docs/tutorial/soil_tutorial.ipynb")
|
||||
with open(notebook) as f:
|
||||
nb = nbformat.read(f, as_version=4)
|
||||
ep = ExecutePreprocessor(timeout=60000, kernel_name='python3')
|
||||
|
Reference in New Issue
Block a user