astro-informatics / ssht

Fast and exact spin spherical harmonic transforms
http://astro-informatics.github.io/ssht/
GNU General Public License v3.0
11 stars 2 forks source link

Support negative spins in ducc back-end #67

Closed mreineck closed 1 year ago

jasonmcewen commented 1 year ago

Apologies @mreineck , I've just had a chance to take a look at this now. For some reason the Python tests are failing with error: E ModuleNotFoundError: No module named 'pyssht.cpyssht'. Any idea why that might be the case?

mreineck commented 1 year ago

As far as I can tell, this is not related to my changes in the source code, but rather to changes i the testing enviroment (updated versions of tools perhaps?).

To verify this, I'll open a pull request that contains no real change at all; if this also produces the same ModuleError, the problem is not due to my changes.

mreineck commented 1 year ago

As you see in #68, the test failures are not caused by my changes. Sorry, I'm not sure how to fix those.

jasonmcewen commented 1 year ago

Ah apologies @mreineck, hadn't appreciated that.

@mdavezac @CosmoMatt Any idea why the CI fails (with no changes to the code)? Issue appears to be with the following:

     from pyssht.cpyssht import *
E   ModuleNotFoundError: No module named 'pyssht.cpyssht'