Skip to content

Commit

Permalink
address @jGaboardi review
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwolf committed Jul 26, 2021
1 parent 6be775e commit c423b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esda/getisord.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def by_col(
def _infer_star_and_structure_w(weights, star, transform):
assert transform.lower() in ("r", "b"), (
f'Transforms must be binary "b" or row-standardized "r".'
f"Recieved: {transform.upper()}"
f"Recieved: {transform}"
)
adj_matrix = weights.sparse
diagonal = adj_matrix.diagonal()
Expand Down

0 comments on commit c423b96

Please sign in to comment.