GeostatsGuy / GeostatsPy

GeostatsPy Python package for spatial data analytics and geostatistics. Started as a reimplementation of GSLIB, Geostatistical Library (Deutsch and Journel, 1992) from Fortran to Python, Geostatistics in a Python package. Now with many additional methods. I hope this resources is helpful, Prof. Michael Pyrcz
https://pypi.org/project/geostatspy/
MIT License
479 stars 183 forks source link

Implementing unit testing #4

Closed alexgigliotti closed 5 years ago

alexgigliotti commented 5 years ago

Hi Dr. Pyrcz,

I went ahead and finished creating the structure for automated unit testing with Travis CI. At the moment, only the gamv function has testing enabled (with dummy inputs), but all GeostatsPy Python functions have the testing structure in place. This is also up to date with your latest commits which included indicator kriging.

When I was testing locally, I saw an indentation error in the ik2d function. I fixed that as well.

I will watch to see if unit testing is working properly and please let me know if you notice anything going wrong.