Skip to content

Commit

Permalink
these tests didn't run and didn't fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Nov 13, 2023
1 parent 58df840 commit 181c058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests-dir/unittest/test_anchor_plate_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ def main():
C2020_rotation_file,
C2020_topology_features,
C2020_static_polygons,
default_anchor_plate_id=501,
anchor_plate_id=501,
)

C2020_101 = gplately.PlateReconstruction(
C2020_rotation_file,
C2020_topology_features,
C2020_static_polygons,
default_anchor_plate_id=101,
anchor_plate_id=101,
)

gplot501 = gplately.PlotTopologies(C2020_501, time=130)
Expand Down

0 comments on commit 181c058

Please sign in to comment.