Maurizio Tomasi
Maurizio Tomasi
I confirm the same issue on my Linux Manjaro computer, running GCC 9.2.0: ``` $ gcc --version gcc (GCC) 9.2.0 Copyright (C) 2019 Free Software Foundation, Inc. This is free...
I second the addition of cross power spectrum computation. I had a look at Synchrony, but it seems abandoned (the last commit was one year ago, and building fails). If...
Hi @emcrisostomo , thanks, I can confirm that the problem is solved in version 1.17.1. Thanks a lot!
I am experiencing the same problem with Julia 1.4.0, although I do not have `@generated` functions in my code. The `ExpandTemplates: expanding markdown templates` was apparently stuck, and after ~15...
After some debugging I realized there was a mistake in my part: because of a typo, the code in a `@example` block was printing a few thousands of lines to...
Thanks @ezaron , sorry for the slow response. I'll check what's the culprit for this bug.
Hi @ezaron, I've just heard of multi-resolution Healpix maps but have had no time to investigate so far. Unfortunately, I'm not aware of people working on them.
Thanks for the report! Might you please provide the parameters (`NSIDE`, θ, φ, radius) that cause the error, so that I can add a new test case for this and...
Never mind, I was able to find a test case by trial and error.
Nice idea! Feel free to open a PR, we'll include it in the next release.