Jacopo

Results 11 comments of Jacopo

I see! Opening the JSON file with the Scalene demo works for me, it's weird that it doesn't when called from the command line...

Also, the bug report you linked is for chromium, while I'm running `google-chrome`, which is slightly different I think (and non-FOSS, I admit). Might be the same thing, but I...

@finswimmer I have encountered the same issue, so I can give an example of unexpected behavior. **Setup** My system python is 3.9.11, as is the python `poetry` is installed against:...

Hi, I made a quick test with some low-dimensional, simple fits I was running (5 parameters), and I am observing no major difference in the run time on my machine...

Maybe a better title would be "can I get useful output in this case?" The all-files ranking seems like the most directly approachable problem, but it may not be the...

Hi! I recently encountered this issue as well and I would be open to trying to open a PR with a workaround if it turns out to be feasible. At...

The MWE I'm using is slightly different from the one in the original issue, without the FITS file and using the plotting interface from `ligo.skymap` since that's my usecase, but...

Hi, yes, I haven't worked on it since but if you can lend a hand I'd be happy to try! I'm wondering whether this is an astropy-only issue: the code...

I mean the Transform object you can get with `circle.get_transform()` in the previous examples, I understood it to be responsible for the coordinate transformation that causes the issue, although I...

Hi, sorry for disappearing! I meant to do this quickly but then other things took priority. I made a draft PR now, it's not complete yet since I had some...