Skip to content

Commit 786ff06

Browse files
author
Nathaniel Saul
committed
a few more missing commas
1 parent ee19bfd commit 786ff06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/notebooks/distances.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
}
9898
],
9999
"source": [
100-
"persim.plot_diagrams([dgm_clean, dgm_noisy] , labels=['Clean $H_1$', 'Noisy $H_1$'])\n"
100+
"persim.plot_diagrams([dgm_clean, dgm_noisy] , labels=['Clean $H_1$', 'Noisy $H_1$'])\n",
101101
"plt.show()"
102102
]
103103
},
@@ -136,7 +136,7 @@
136136
}
137137
],
138138
"source": [
139-
"persim.bottleneck_matching(dgm_clean, dgm_noisy, matching, D, labels=['Clean $H_1$', 'Noisy $H_1$'])\n"
139+
"persim.bottleneck_matching(dgm_clean, dgm_noisy, matching, D, labels=['Clean $H_1$', 'Noisy $H_1$'])\n",
140140
"plt.show()"
141141
]
142142
},

0 commit comments

Comments
 (0)