Aditya Sengupta

Results 13 issues of Aditya Sengupta

In trying to use some Python modules, pyimport will fail and crash the REPL. This happens with pymc3 (and with some other modules, but it's fixable by rolling back to...

I'm trying to use Interpolations as a replacement for vectors of the equivalent y-interpolation points in a struct. That is, for a function `y(x)` discretized at points `xr`, `yr`, instead...

- Takes out dependency on tensorflow, makes eleanor compatible with Python 3.8 - Refactors targetdata.py:psf_lightcurve and expands functionality of models.py

PSF models are not yet robust enough to merge into master, but some things worth looking at/discussing and a couple other important updates: - PSF optimization has been fully switched...

I'd like to add tip-tilt wavefront control strategies to HCIPy and saw that there's a wavefront_control module that's currently empty. I wanted to see if there were any plans to...

enhancement

### Description I'd like behaviour similar to LaTeX's predefined + user-definable .cls/.sty files at a user/root level, so they can be automatically imported into any project. I tried to do...

feature request
web app
cli

Reference: https://www.sciencedirect.com/science/article/pii/0021999184901438?via%3Dihub Currently `tests/demo_ppm_runs.jl` shows that it's usable as a substitute for WENO, and `tests/demo_parker_singular.jl` shows that it can create a `SingularException` that I'd like to try and chase down....

**Describe the bug 🐞** The Running Models with Discrete Data [documentation page](https://github.com/SciML/ModelingToolkitStandardLibrary.jl/blob/main/docs/src/tutorials/input_component.md) throws errors, and I'm not able to modify it to get to the correct output. **Expected behavior** The...

bug

I'd like to use any of the DataInterpolations.jl interpolation types with SampledData blocks. In particular I'm interested in the cubic spline interpolation, but anything past linear would be useful. I...

I've yet to test this, for now just adding it here in case there's something obvious that needs to change