sbird / fake_spectra

A code for generating fake spectra from a cosmological simulation
MIT License
12 stars 13 forks source link

Compute 3d power #68

Closed qezlou closed 10 months ago

qezlou commented 10 months ago
sbird commented 10 months ago

Thanks Sum. Can you wrap the nbodykit imports in a try: nbodykit... except ImportError: pass

so that fake_spectra is installable even if nbodykit isn't available?

qezlou commented 10 months ago

Thanks, That makes sense! Just sent a commit to this PR.

sbird commented 10 months ago

Also can you remove the binary file from the commit?

qezlou commented 10 months ago

Also can you remove the binary file from the commit?

Sorry It slipped away. It is removed.

sbird commented 10 months ago

Merged, thank you!