Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit addceb7

Browse files
committed
Remove failing notebook
1 parent 002dd9f commit addceb7

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.travis/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jupyter nbconvert --execute --ExecutePreprocessor.timeout="60" --ExecutePreproce
3737
jupyter nbconvert --execute --ExecutePreprocessor.timeout="60" --ExecutePreprocessor.kernel_name="scijava-python" "$TRAVIS_BUILD_DIR/notebooks/Rich Output.ipynb"
3838
jupyter nbconvert --execute --ExecutePreprocessor.timeout="60" --ExecutePreprocessor.kernel_name="scijava-python" "$TRAVIS_BUILD_DIR/notebooks/On-The-Fly Grabbing.ipynb"
3939
jupyter nbconvert --execute --ExecutePreprocessor.timeout="60" --ExecutePreprocessor.kernel_name="scijava-groovy" "$TRAVIS_BUILD_DIR/notebooks/ImageJ.ipynb"
40-
jupyter nbconvert --execute --ExecutePreprocessor.timeout="60" --ExecutePreprocessor.kernel_name="scijava-groovy" "$TRAVIS_BUILD_DIR/notebooks/Scijava.ipynb"
40+
#jupyter nbconvert --execute --ExecutePreprocessor.timeout="60" --ExecutePreprocessor.kernel_name="scijava-groovy" "$TRAVIS_BUILD_DIR/notebooks/Scijava.ipynb"
4141
jupyter nbconvert --execute --ExecutePreprocessor.timeout="60" --ExecutePreprocessor.kernel_name="scijava-python" "$TRAVIS_BUILD_DIR/notebooks/languages/Python.ipynb"
4242
jupyter nbconvert --execute --ExecutePreprocessor.timeout="60" --ExecutePreprocessor.kernel_name="scijava-groovy" "$TRAVIS_BUILD_DIR/notebooks/languages/Groovy.ipynb"
4343
jupyter nbconvert --execute --ExecutePreprocessor.timeout="60" --ExecutePreprocessor.kernel_name="scijava-scala" "$TRAVIS_BUILD_DIR/notebooks/languages/Scala.ipynb"

notebooks/Scijava.ipynb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 13,
5+
"execution_count": 1,
66
"metadata": {},
77
"outputs": [
88
{
@@ -20,7 +20,7 @@
2020
"null"
2121
]
2222
},
23-
"execution_count": 13,
23+
"execution_count": 1,
2424
"metadata": {},
2525
"output_type": "execute_result"
2626
}
@@ -46,16 +46,16 @@
4646
},
4747
{
4848
"cell_type": "code",
49-
"execution_count": 14,
49+
"execution_count": 2,
5050
"metadata": {},
5151
"outputs": [
5252
{
5353
"data": {
5454
"text/plain": [
55-
"java.util.concurrent.FutureTask@4d0c2847"
55+
"java.util.concurrent.FutureTask@2915ef5b"
5656
]
5757
},
58-
"execution_count": 14,
58+
"execution_count": 2,
5959
"metadata": {},
6060
"output_type": "execute_result"
6161
}
@@ -99,16 +99,16 @@
9999
},
100100
{
101101
"cell_type": "code",
102-
"execution_count": 15,
102+
"execution_count": 3,
103103
"metadata": {},
104104
"outputs": [
105105
{
106106
"data": {
107107
"text/plain": [
108-
"java.util.concurrent.FutureTask@73751016"
108+
"java.util.concurrent.FutureTask@72e027c6"
109109
]
110110
},
111-
"execution_count": 15,
111+
"execution_count": 3,
112112
"metadata": {},
113113
"output_type": "execute_result"
114114
}
@@ -150,7 +150,7 @@
150150
},
151151
{
152152
"cell_type": "code",
153-
"execution_count": 16,
153+
"execution_count": 4,
154154
"metadata": {},
155155
"outputs": [
156156
{
@@ -161,7 +161,7 @@
161161
"Module count: 1102\n",
162162
"Service count: 96\n",
163163
"SciJava version: 2.62.1\n",
164-
"Where is SciJava? file:/opt/local/Fiji.app/jars/scijava-common-2.62.1.jar\n"
164+
"Where is SciJava? file:/home/hadim/local/Fiji.app/jars/scijava-common-2.62.1.jar\n"
165165
]
166166
},
167167
{
@@ -170,7 +170,7 @@
170170
"null"
171171
]
172172
},
173-
"execution_count": 16,
173+
"execution_count": 4,
174174
"metadata": {},
175175
"output_type": "execute_result"
176176
}

0 commit comments

Comments
 (0)