pysal / pointpats

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

Move testing to github actions #63

Closed sjsrey closed 1 year ago

sjsrey commented 4 years ago

Follow libpysal

jGaboardi commented 4 years ago

I can try to get to this tomorrow.

jGaboardi commented 4 years ago

To Do:

jGaboardi commented 4 years ago

opencv-contrib-python is causing a problem with GHA in /jGaboardi/pointpats. It doesn't seem to be used anymore, so removing to see if tests run successfully.

802 Solving environment: ...working... failed
803 ##[warning]
804 ResolvePackageNotFound: 
805 - opencv-contrib-python[version='>=4.2.0']
jGaboardi commented 4 years ago

opencv-contrib-python is used in many instances in the code itself to as cv2/cv.

martinfleis commented 1 year ago

Done.