Skip to content

Commit fb96ac2

Browse files
author
StephenElston
committed
Tested bug fix
1 parent f6d85e6 commit fb96ac2

1 file changed

Lines changed: 7 additions & 21 deletions

File tree

Module01/01-06-Factorization.ipynb

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
{
3030
"cell_type": "code",
3131
"execution_count": null,
32-
"metadata": {
33-
"collapsed": true
34-
},
32+
"metadata": {},
3533
"outputs": [],
3634
"source": [
3735
"x = sample.int(100, 1)\n",
@@ -58,9 +56,7 @@
5856
{
5957
"cell_type": "code",
6058
"execution_count": null,
61-
"metadata": {
62-
"collapsed": true
63-
},
59+
"metadata": {},
6460
"outputs": [],
6561
"source": [
6662
"x = sample.int(100, 1)\n",
@@ -122,9 +118,7 @@
122118
{
123119
"cell_type": "code",
124120
"execution_count": null,
125-
"metadata": {
126-
"collapsed": true
127-
},
121+
"metadata": {},
128122
"outputs": [],
129123
"source": [
130124
"x = sample.int(100, 1)\n",
@@ -157,9 +151,7 @@
157151
{
158152
"cell_type": "code",
159153
"execution_count": null,
160-
"metadata": {
161-
"collapsed": true
162-
},
154+
"metadata": {},
163155
"outputs": [],
164156
"source": [
165157
"x = sample.int(100, 1)\n",
@@ -191,9 +183,7 @@
191183
{
192184
"cell_type": "code",
193185
"execution_count": null,
194-
"metadata": {
195-
"collapsed": true
196-
},
186+
"metadata": {},
197187
"outputs": [],
198188
"source": [
199189
"x = sample.int(100, 1)\n",
@@ -253,9 +243,7 @@
253243
{
254244
"cell_type": "code",
255245
"execution_count": null,
256-
"metadata": {
257-
"collapsed": true
258-
},
246+
"metadata": {},
259247
"outputs": [],
260248
"source": [
261249
"x = sample.int(100, 1)\n",
@@ -307,9 +295,7 @@
307295
{
308296
"cell_type": "code",
309297
"execution_count": null,
310-
"metadata": {
311-
"collapsed": true
312-
},
298+
"metadata": {},
313299
"outputs": [],
314300
"source": [
315301
"a = sample.int(100, 1)\n",

0 commit comments

Comments
 (0)