geomagpy / magpy

MagPy (or GeomagPy) is a Python package for analysing and displaying geomagnetic data.
BSD 3-Clause "New" or "Revised" License
45 stars 27 forks source link

Merging streams not work 0.4.7c #97

Closed teraita closed 3 years ago

teraita commented 4 years ago

Testing of merge 1 minute streams from two instruments ( files have X,YZ and F) to calculate dF. This works fine in older version 0.3.99rc5 , but not anymore in 0.4.7c.

Merge_streams_0 3 9rc5 Merge_streams_0 4 7c
leonro commented 4 years ago

This issue is related to different treatments of closing dialog windows in different operating systems. The current issue only affects MacOS. In order to solve this issue i am currently working on a rather "complete" solution within branch merge-fix. In order to get rid of such effects, (1) magpy is getting now fully python3 compatible, (2) supports wx4.x. Within merge-fix I am also merging Heathers and Jeremies corrections and extensions from their pull request into the code.

leonro commented 3 years ago

Issue is fixed from 0.9.3 onwards