Conversation
|
If you isolate the astropy and makie tests with SafeTestsets.jl do the segfaults persist? |
|
I think the segfault is caused by two conflicting shared libraries loaded into the same process, it's not julia module related. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #56 +/- ##
==========================================
- Coverage 94.48% 90.90% -3.58%
==========================================
Files 5 6 +1
Lines 145 165 +20
==========================================
+ Hits 137 150 +13
- Misses 8 15 +7 ☔ View full report in Codecov by Sentry. |
|
Thanks for the assistance and a quick merge! Would you also register this please? |
|
That's easier to do when you also bump the version within the PR you're proposing, as someone else will have to do that anyway. |
|
I don't think I can bump it in General... |
Plots AbstractSkyCoords as x=lon, y=lat.
Also, add (unexported)
lonlatfunction – I think it's generally useful.One issue with testing: loading python packages (like astropy) and Makie together leads to segfaults. Currently, commented out astropy tests, but not sure what's the best approach.