gmpe-smtk
gmpe-smtk copied to clipboard
konno_ohmachi error
In gmpe-smtk/smtk/smoothing/konno_ohmachi.py
getting this error
NameError: name 'xrange' is not defined
A Python 2 leftover not caught in the tests. Change it (and any others) from xrange to range if you need to run it now and I will make a PR next week.
Ciao Graeme, thanks for the quick answer. I will fix them and will make a PR latter today.
A Python 2 leftover not caught in the tests. Change it (and any others) from xrange to range if you need to run it now and I will make a PR next week.
-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/GEMScienceTools/gmpe-smtk/issues/101#issuecomment-466434788