Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Jul 27, 2023
1 parent dd4a3c1 commit 42f3b2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/yt_napari/_tests/test_model_ingestor.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ def test_layer_domain(domains_to_test):


def test_layer_domain_dimensionality():
# note: the code being tested here could be used to help orient the slices
# in 3D but is not currently used.
# sets of left_edge, right_edge, center, width, res
le = unyt.unyt_array([1.0, 1.0], "km")
re = unyt.unyt_array([2000.0, 2000.0], "m")
Expand Down

0 comments on commit 42f3b2c

Please sign in to comment.