Skip to content

Commit 575e7ec

Browse files
committed
smaller test file
1 parent 2b54b87 commit 575e7ec

File tree

2 files changed

+115
-8549
lines changed

2 files changed

+115
-8549
lines changed

tests/test_contourf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def plot():
1919
pos[:, :, 0] = xi
2020
pos[:, :, 1] = yi
2121
zi = 2 - (xi - 1) ** 2 - (yi - 1) ** 2
22-
ax.contourf(xi, yi, zi, 250)
22+
ax.contourf(xi, yi, zi, levels=5)
2323

2424
ax.set_xlim(x_min, x_max)
2525
ax.set_ylim(y_min, y_max)

0 commit comments

Comments
 (0)