Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alifbe committed Nov 15, 2023
1 parent ac506e7 commit 7cae4ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_wellcompletiondata.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ def test_df2pyarrow():
eclfiles, zonemap=EIGHTCELLS_ZONEMAP, use_wellconnstatus=False
)
df["KH"] = df["KH"].astype(np.int32)
pd.testing.assert_frame_equal(df, _df2pyarrow(df).to_pandas(), check_like=True, check_dtype=False)
pd.testing.assert_frame_equal(
df, _df2pyarrow(df).to_pandas(), check_like=True, check_dtype=False
)


def test_metadata():
Expand Down

0 comments on commit 7cae4ca

Please sign in to comment.