Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencalje committed Aug 24, 2023
1 parent f21acbc commit 7f3d31c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_011_dcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ def test_dcs_structured():
line = [(0, 0), (1000, 1000)]
dcs = nlmod.plot.DatasetCrossSection(ds, line)
dcs.plot_layers()
dcs.label_layers()
dcs.plot_array(ds["kh"], alpha=0.5)
dcs.plot_grid()

Expand All @@ -17,5 +18,6 @@ def test_dcs_vertex():
line = [(0, 0), (1000, 1000)]
dcs = nlmod.plot.DatasetCrossSection(ds, line)
dcs.plot_layers()
dcs.label_layers()
dcs.plot_array(ds["kh"], alpha=0.5)
dcs.plot_grid()
dcs.plot_grid(vertical=False)

0 comments on commit 7f3d31c

Please sign in to comment.