Skip to content

Commit

Permalink
test: Remove alpha kwarg which is not supported by streamplot
Browse files Browse the repository at this point in the history
  • Loading branch information
adigitoleo committed Aug 23, 2024
1 parent c826fb4 commit d084d80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_vortex_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def run_singlephase(params: dict, seed: int, assert_each=None, **kwargs) -> tupl
strains,
cmap="cmc.batlow_r",
aspect="equal",
alpha=1,
)
fig_path.colorbar(s, ax=ax_path, aspect=25, label="Strain (ε)")

Expand Down Expand Up @@ -272,7 +271,6 @@ def test_xz(self, outdir, seed, n_grains):
cmap="cmc.batlow_r",
tick_formatter=lambda x, pos: str(x),
aspect="equal",
alpha=1,
)
fig_path.colorbar(s, ax=ax_path, aspect=25, label="Strain (ε)")
fig_path.savefig(_io.resolve_path(f"{out_basepath}_path.pdf"))
Expand Down

0 comments on commit d084d80

Please sign in to comment.