Skip to content

Commit de164c4

Browse files
committed
fixing pytests failures
1 parent 0c9678b commit de164c4

1 file changed

Lines changed: 16 additions & 28 deletions

File tree

nbs/tutorials/07-forest_plot.ipynb

Lines changed: 16 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
},
7676
{
7777
"cell_type": "code",
78-
"execution_count": 1,
78+
"execution_count": null,
7979
"id": "0fdd66d0",
8080
"metadata": {},
8181
"outputs": [
@@ -111,7 +111,7 @@
111111
},
112112
{
113113
"cell_type": "code",
114-
"execution_count": 2,
114+
"execution_count": null,
115115
"id": "9c6e3f02",
116116
"metadata": {},
117117
"outputs": [],
@@ -167,7 +167,7 @@
167167
},
168168
{
169169
"cell_type": "code",
170-
"execution_count": 5,
170+
"execution_count": null,
171171
"id": "09c54fb9",
172172
"metadata": {},
173173
"outputs": [],
@@ -220,7 +220,7 @@
220220
},
221221
{
222222
"cell_type": "code",
223-
"execution_count": 6,
223+
"execution_count": null,
224224
"id": "36a5e3fd",
225225
"metadata": {},
226226
"outputs": [
@@ -387,7 +387,7 @@
387387
},
388388
{
389389
"cell_type": "code",
390-
"execution_count": 7,
390+
"execution_count": null,
391391
"id": "c4a7e5a4",
392392
"metadata": {},
393393
"outputs": [
@@ -417,7 +417,7 @@
417417
},
418418
{
419419
"cell_type": "code",
420-
"execution_count": 8,
420+
"execution_count": null,
421421
"id": "d8313860",
422422
"metadata": {},
423423
"outputs": [
@@ -462,7 +462,7 @@
462462
},
463463
{
464464
"cell_type": "code",
465-
"execution_count": 9,
465+
"execution_count": null,
466466
"id": "23c9446e",
467467
"metadata": {},
468468
"outputs": [
@@ -486,7 +486,7 @@
486486
},
487487
{
488488
"cell_type": "code",
489-
"execution_count": 10,
489+
"execution_count": null,
490490
"id": "d5f2a4dd",
491491
"metadata": {},
492492
"outputs": [
@@ -537,7 +537,7 @@
537537
},
538538
{
539539
"cell_type": "code",
540-
"execution_count": 11,
540+
"execution_count": null,
541541
"id": "6e0fbdb1",
542542
"metadata": {},
543543
"outputs": [
@@ -547,7 +547,7 @@
547547
"Text(0.5, 1.0, 'Paired')"
548548
]
549549
},
550-
"execution_count": 11,
550+
"execution_count": null,
551551
"metadata": {},
552552
"output_type": "execute_result"
553553
},
@@ -582,7 +582,7 @@
582582
},
583583
{
584584
"cell_type": "code",
585-
"execution_count": 12,
585+
"execution_count": null,
586586
"id": "0e0d544f",
587587
"metadata": {},
588588
"outputs": [
@@ -592,7 +592,7 @@
592592
"Text(0.0, 1.0, 'Forest plot')"
593593
]
594594
},
595-
"execution_count": 12,
595+
"execution_count": null,
596596
"metadata": {},
597597
"output_type": "execute_result"
598598
},
@@ -667,7 +667,7 @@
667667
},
668668
{
669669
"cell_type": "code",
670-
"execution_count": 13,
670+
"execution_count": null,
671671
"id": "f729136b",
672672
"metadata": {},
673673
"outputs": [],
@@ -719,7 +719,7 @@
719719
},
720720
{
721721
"cell_type": "code",
722-
"execution_count": 14,
722+
"execution_count": null,
723723
"id": "9f68e5fe",
724724
"metadata": {},
725725
"outputs": [],
@@ -755,7 +755,7 @@
755755
},
756756
{
757757
"cell_type": "code",
758-
"execution_count": 15,
758+
"execution_count": null,
759759
"id": "9deb1001",
760760
"metadata": {},
761761
"outputs": [
@@ -784,7 +784,7 @@
784784
},
785785
{
786786
"cell_type": "code",
787-
"execution_count": 16,
787+
"execution_count": null,
788788
"id": "89af4a33",
789789
"metadata": {},
790790
"outputs": [
@@ -809,18 +809,6 @@
809809
"display_name": "python3",
810810
"language": "python",
811811
"name": "python3"
812-
},
813-
"language_info": {
814-
"codemirror_mode": {
815-
"name": "ipython",
816-
"version": 3
817-
},
818-
"file_extension": ".py",
819-
"mimetype": "text/x-python",
820-
"name": "python",
821-
"nbconvert_exporter": "python",
822-
"pygments_lexer": "ipython3",
823-
"version": "3.9.6"
824812
}
825813
},
826814
"nbformat": 4,

0 commit comments

Comments
 (0)