Skip to content

Commit

Permalink
modify test for pandas 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjwilson committed Apr 19, 2023
1 parent 0ffbb2d commit 1dc98d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_verts_lazy.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ def foo(x):
ds.run()
df = ds.to_dataframe()
depths = df.reset_index().loc[:,["depth", "bnds", "depth_bnds"]].drop_duplicates().drop(columns = "bnds").groupby(["depth"]).apply(foo).drop(columns = "depth").reset_index()
depths.columns = ["depth", "depth_bnds"]
df_check = (
df
.reset_index()
Expand Down

0 comments on commit 1dc98d8

Please sign in to comment.