Skip to content

Commit 1b475d7

Browse files
committed
Update error message
1 parent eb91006 commit 1b475d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cooler/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ def matrix(h5, i0, i1, j0, j1, field=None, balance=True, sparse=False,
590590

591591
if balance and name not in h5['bins']:
592592
raise ValueError(
593-
"No column 'bins/{}' found. Use ``cooler.ice`` to ".format(name) +
593+
"No column 'bins/{}' found. Use ``cooler.balance_cooler`` to ".format(name) +
594594
"calculate balancing weights or set balance=False.")
595595

596596
if as_pixels:

0 commit comments

Comments
 (0)