uafgeotools / lts_array

Least trimmed squares array processing for infrasound and seismic data
MIT License
12 stars 6 forks source link

Fix imports #13

Closed liamtoney closed 4 years ago

liamtoney commented 4 years ago

This PR fixes https://github.com/uafgeotools/lts_array/issues/10 by removing some circular imports in flts_helper_array.py. Since the functions are defined in the file itself there is no need to import them. I'm not sure why things worked in Python 3.7 + 3.8, maybe the import rules changed.

I also added -c conda-forge to make sure conda finds Obspy.

Pinging @davidfee5 and @jwbishop.