Skip to content

Commit

Permalink
Merge branch 'main' into add_save_to_zarr
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Feb 1, 2024
2 parents 5d2821a + 6bb3e93 commit 66c8138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_probe.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def test_probe_equality_dunder():
assert probe1 != probe2



def test_set_shanks():
probe = Probe(ndim=2, si_units="um")
probe.set_contacts(positions=np.arange(20).reshape(10, 2), shapes="circle", shape_params={"radius": 5})
Expand Down

0 comments on commit 66c8138

Please sign in to comment.