Skip to content

Commit

Permalink
Patch for change in numpy 2 in test
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Jul 10, 2024
1 parent 96f27d6 commit f800fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/synapseclient/test_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ async def test_tables_pandas(syn, project):
]
),
"string_": tuple(
np.string_(s) for s in ["urgot", "has", "dark", "mysterious", "past"]
np.bytes_(s) for s in ["urgot", "has", "dark", "mysterious", "past"]
),
}
)
Expand Down

0 comments on commit f800fe0

Please sign in to comment.