Skip to content

Commit

Permalink
import tempfile. -MW
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewware committed Sep 24, 2019
1 parent 0185dd1 commit 0493837
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/examples/Example-Calibrations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"outputs": [],
"source": [
"cl = ChannelLibrary(db_resource_name=\"my_config.sqlite\")\n",
"pl = PipelineManager()",
"pl = PipelineManager()\n",
"q2 = cl[\"q2\"]"
]
},
Expand Down
6 changes: 6 additions & 0 deletions test/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class NotebooksMethods(NotebooksTestCase):
def _setup(self):
import QGL.config
import auspex.config
import tempfile
auspex.config.auspex_dummy_mode = True

# Set temporary output directories
Expand All @@ -14,22 +15,27 @@ def _setup(self):


def test_01_Essential_Objects(self):
self._setup()
self.runNotebook_jupyter("../doc/examples/","Example-Config.ipynb")

def test_02_Essential_Objects(self):
self._setup()
self.runNotebook_jupyter("../doc/examples/","Example-Channel-Lib.ipynb")

def test_03_Essential_Objects(self):
self._setup()
self.runNotebook_jupyter("../doc/examples/","Example-Calibrations.ipynb")

def test_04_Essential_Objects(self):
self._setup()
self.runNotebook_jupyter("../doc/examples/","Example-Filter-Pipeline.ipynb")

def test_05_Essential_Objects(self):
self._setup()
self.runNotebook_jupyter("../doc/examples/","Example-Experiments.ipynb")

def test_06_Essential_Objects(self):
self._setup()
self.runNotebook_jupyter("../doc/examples/","Example-SingleShot-Fid.ipynb")

def test_07_Essential_Objects(self):
Expand Down

0 comments on commit 0493837

Please sign in to comment.