Skip to content

Commit

Permalink
Merge pull request #298 from robomics/fix-deprecated-types
Browse files Browse the repository at this point in the history
Update util.py to work with NumPy 1.24+
  • Loading branch information
nvictus committed Jan 11, 2023
2 parents eb7522f + db9478a commit fd1616e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cooler/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ def _empty_series(name, dtype, index=None):


def get_meta(
columns, dtype=None, index_columns=None, index_names=None, default_dtype=np.object
columns, dtype=None, index_columns=None, index_names=None, default_dtype=np.object_
): # pragma: no cover
"""
Extracted and modified from pandas/io/parsers.py :
Expand Down

0 comments on commit fd1616e

Please sign in to comment.