Commit bc856ada authored by leswing's avatar leswing
Browse files

final cleanup

parent fdc4c455
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -17,5 +17,4 @@ cd examples/notebooks
nosetests --with-timer tests.py --with-xunit --xunit-file=notebook_tests.xml|| true

source deactivate
#conda remove --name $envname --all
return 0
conda remove --name $envname --all
 No newline at end of file
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ def _notebook_read(path):

    fout.seek(0)
    nb = nbformat.read(fout, nbformat.current_nbformat)
  # nb = nbformat.read(fout, nbformat.current_nbformat)

  errors = [output for cell in nb.cells if "outputs" in cell
            for output in cell["outputs"] \