Mridul Seth

Results 209 comments of Mridul Seth

Just wanted to bring this up again after 8 years :) [tqdm](https://github.com/tqdm/tqdm/) is pretty much used everywhere now, and I am not sure how actively is the ProgressBar inside astropy...

Will send one soon! right now fighting random seeds :p

I want to say yes, removing the JSViewer bits and using `show_in_browser` with `jsviewer=False` should just print out the table in HTML. (Just a hunch on some quick tests)

I agree with @namurphy and @mhvk both. These violations can easily introduce subtle bugs (the whole reason I started going this way was in the search of memory leaks in...

Can't we just control this with the `precision` keyword here? Changing the precision for `latex` ``` In [3]: (1e8*u.m).to_string(format='latex', precision=9) Out[3]: '$100000000 \\; \\mathrm{m}$' ``` And with the following diff...

> Whatever you do here needs to match the minversions stated in https://github.com/astropy/astropy/blob/main/pyproject.toml . That is the point of oldestdeps. Thanks! Does it make sense to have a script to...

This probably should be folded into https://github.com/astropy/astropy/pull/15603 but I would like to test out some CI stuff here :)

Now that https://github.com/astropy/astropy/pull/15603 is merged maybe we can look/discuss this? Maybe this requires a APE (maybe not?)

Could reiterating the use of `pre-commit` help here? With `pre-commit` properly installed a new contributor shouldn't need to worry about these automatic checks, and the pre-commit runs ruff with fixes...

> This survey result should also serve as a cautionary tale about enforcing type checking, as opposed to encouraging it as a benefit for humans reading the code. I have...