natgrid
natgrid copied to clipboard
exit() instead of exception
When "two input triples have the same x/y coordinates but different data values" calls exit(1) instead of raising exception. This causes whole python program to exit suddenly without chances to handle the exception..