Skip to content

Commit

Permalink
improve coverage of filetered and by_tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
MFraters committed Feb 24, 2024
1 parent 9bb6145 commit c13343c
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 16 deletions.
8 changes: 8 additions & 0 deletions tests/data/subducting_plate_composition_smooth_by_tag.wb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
"cross section":[[0,50e3],[50e3,0]],
"features":
[
{
"model":"mantle layer", "name":"filter me", "max depth":2000e3,
"coordinates":[[100e3,100e3],[100e3,100e3],[550e3,550e3],[550e3,-550e3]],
"composition models":
[
{"model":"uniform", "compositions":[7], "max depth":30e3}
]
},
{
"model":"continental plate", "name":"overriding plate", "max depth":200e3,
"coordinates":[[-550e3,-550e3],[-550e3,550e3],[550e3,550e3],[550e3,-550e3]],
Expand Down
8 changes: 8 additions & 0 deletions tests/data/subducting_plate_composition_smooth_filtered.wb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
"cross section":[[0,50e3],[50e3,0]],
"features":
[
{
"model":"mantle layer", "name":"filter me", "max depth":2000e3,
"coordinates":[[100e3,100e3],[100e3,100e3],[550e3,550e3],[550e3,-550e3]],
"composition models":
[
{"model":"uniform", "compositions":[7], "max depth":30e3}
]
},
{
"model":"continental plate", "name":"overriding plate", "max depth":200e3,
"coordinates":[[-550e3,-550e3],[-550e3,550e3],[550e3,550e3],[550e3,-550e3]],
Expand Down
Loading

0 comments on commit c13343c

Please sign in to comment.