ViviCoder

Results 16 comments of ViviCoder

When trying to package astroquery 0.4.3 for Debian, some of these files end up being installed in the top-level of the Python library directory /usr/lib/python3/dist-packages, which is problematic.

Yes, tests are run during the packaging process. I suppose the files come from there.

This issue also makes some tests fail with `PermissionError` when the package is installed in a system location. See for example https://ci.debian.net/data/autopkgtest/unstable/amd64/a/astroquery/21354351/log.gz

@bsipocz If you do not have a 32-bit machine, you can install a 32-bit Linux distribution (architecture i386 in Debian, for instance) on a 64-bit machine. This machine, of course,...

@bmorris3 It seems that the refactoring of _astropy_init.py has reintroduced the bug: ``` ============================= test session starts ============================== platform linux -- Python 3.9.1+, pytest-6.0.2, py-1.10.0, pluggy-0.13.0 Running tests with astroplan...

@mwcraig I can open a PR, but I do not know how to test if remote_data is enabled, as done previously.

I tried to patch it. Collection succeeds, but then there are a lot of test failures. APO is used in several other places. Other locations are also needed for tests:...

Thank you for the quick response. Originally, I wanted to package the netCDF Java library because it is a dependency of HDFView. I was quite surprised to see that netCDF-Java...

I have a few more related questions. What is the license and copyright of all the tables (and other files) located in `resources` directories? What is the purpose of the...

Another comment: in the subprojects that include code from third-party software components (buildSrc, waterml, testUtil), it is not clear what actually comes from the original software and what has been...