pysal / pointpats

Planar Point Pattern Analysis in PySAL
https://pysal.org/pointpats/
BSD 3-Clause "New" or "Revised" License
83 stars 27 forks source link

Typo in `random.normal` method that results in errors #137

Closed stevee404 closed 5 months ago

stevee404 commented 5 months ago

There is a small typo in the random.normal method that prevents the use of a 2x2 numpy array for the cov parameter.

When checking if cov is a numpy array, isinstance is misspelled as isnstance.