Skip to content

Commit

Permalink
Check index type
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu committed Nov 29, 2023
1 parent 2968ecf commit 48c5dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/hipscat_import/catalog/test_run_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ def test_dask_runner(
}
)
assert data_frame.dtypes.equals(expected_dtypes)
assert data_frame.index.dtype == np.uint64


@pytest.mark.dask
Expand Down

0 comments on commit 48c5dae

Please sign in to comment.