Francois Lanusse
Francois Lanusse
One easy way to maintain the version of the package is to use git tags or releases along with the setuptools_scm module. Check this out: https://pypi.org/project/setuptools-scm/ We can also setup...
This issue is to discuss the various aspects of the roadmap necessary to reach a minimal implementation following the guidelines of the [design document ](https://docs.google.com/document/d/1NalCc_5dc3Z8F4q37y-RsJS_mr9gzvfyANb2PYUpsb4/edit?usp=sharing) and reaching our initial target...
This is an issue for sphinx-savvy people who love to setup documentation for their Python projects :-) We need to add automated doc building, which we could host on read...
Trying to understand exactly what transformation to apply to some new raw data I want to get embeddings for, I noticed what I think might be a little bug here:...
We would need as a data product, access to a bright star mask for DC2. Sounds like we would need to produce it from the truth catalog.
Dear s2fft devs, Thanks for this great package! I just wanted to report on some of the pain-points I ran into to hopefully provide constructive feedback. #### SHT with inappropriate...
This PR will aim to fix the issues with 3D FFTs, right now, it just changes the FFT test to test the result of the forward fft, and this test...
- [ ] slide_unpad does not seem to be too happy with getting complex numbers as inputs: ``` File "/mnt/home/flanusse/repo/jaxDecomp/scripts/demo.py", line 58, in recarray = slice_unpad(exchanged_reduced, padding_width, pdims) jaxlib.xla_extension.XlaRuntimeError: INTERNAL:...
Comparing the 3D FFT computed by jaxdecomp and manually in jax, I realized that the result of fft3d does not match with the non-distributed version. This could be due to...
Because implementing all features is not necessarily interesting unless there is a need for it, here are the current restrictions of the code in its current version. **All these restrictions...