Skip to content

Commit 9e6bf98

Browse files
authored
Merge pull request #167 from lucasimi/feature/finalize-pyvis-plot
Fixed test failure
2 parents 277e2bb + eba95e6 commit 9e6bf98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_unit_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_two_connected_clusters(self):
7070
colors=data
7171
)
7272
mp_plot3.plot_pyvis(
73-
width='100%',
73+
width=512,
7474
height=512,
7575
colors=data,
7676
output_file='network.html',

0 commit comments

Comments
 (0)