Skip to content

Commit 6168f4c

Browse files
committed
Rename to _value_error, update uses (no uses)
1 parent 165fc40 commit 6168f4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

malariagen_data/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ def _da_concat(arrays: List[da.Array], **kwargs) -> da.Array:
846846
return da.concatenate(arrays, **kwargs)
847847

848848

849-
def value_error(
849+
def _value_error(
850850
name,
851851
value,
852852
expectation,

0 commit comments

Comments
 (0)