hashpy icon indicating copy to clipboard operation
hashpy copied to clipboard

Two minor bug fixes to get hashpy to run in 2021

Open seismotologist opened this issue 4 years ago • 0 comments

This fork contains two minor bug fixes that are necessary to get hashpy up and running smoothly in 2021:

  • in hashpy/hashpype.py, change 'class HashError(StandardError):' to 'class HashError(Exception):'
  • in hashpy/init.py, add a dot before 'hashpype' and 'doublecouple'

seismotologist avatar Aug 13 '21 16:08 seismotologist