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

Add unit testing to GeostatsPy #7

Open alexgigliotti opened 5 years ago

alexgigliotti commented 5 years ago

Hi Dr. Pyrcz,

Sorry this took so long to get to you, but the unit testing infrastructure is working with the most recent version of GeostatsPy. All of the testing infrastructure is located inside the main /geostatspy folder and the Travis file is in the root directory.

To get the build status badge on the front page, check out the link below. There is a line of markup you can add to the readme.

https://docs.travis-ci.com/user/status-images/

GeostatsGuy commented 5 years ago

Howdy Alex,

Very cool. Thank you! I will wait until the end of next week so we don’t do any major updates while my students are finishing their projects. I appreciate!

Hope you are having a great end of term!

Michael

MICHAEL J. PYRCZ, Ph.D., P.Eng., Associate Professor Petroleum and Geosystems Engineering and Bureau of Economic Geology, Jackson School of Geoscience The University of Texas at Austin

From: Alex Gigliotti notifications@github.com Sent: Friday, May 3, 2019 4:24 PM To: GeostatsGuy/GeostatsPy GeostatsPy@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [GeostatsGuy/GeostatsPy] Add unit testing to GeostatsPy (#7)

This message is from an external sender. Learn more about why this matters.https://ut.service-now.com/sp?id=kb_article&number=KB0011401

Hi Dr. Pyrcz,

Sorry this took so long to get to you, but the unit testing infrastructure is working with the most recent version of GeostatsPy. All of the testing infrastructure is located inside the main /geostatspy folder and the Travis file is in the root directory.

To get the build status badge on the front page, check out the link below. There is a line of markup you can add to the readme.

https://docs.travis-ci.com/user/status-images/


You can view, comment on, or merge this pull request online at:

https://github.com/GeostatsGuy/GeostatsPy/pull/7

Commit Summary

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/GeostatsGuy/GeostatsPy/pull/7, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AHUO345OD4MEOYKGBU3WKLLPTSUP3ANCNFSM4HKXCZ5Q.

alexgigliotti commented 5 years ago

Hi Dr. Pyrcz,

If you saw my edited comment above, all of that has been taken care of. I added a gitignore file so any cache files generated by local testing will not be tracked by git.

I also figured out that I could add the build status badge to the readme myself. I thought you may have needed to do that once you logged into Travis. Feel free to move it if you would like it in a different location.