Sergio Pascual
Sergio Pascual
While a better solution is developed, why not use fixed coordinates for "apo"? ``` apo = Observer(EarthLocation(-1463969.30185172, -5166673.34223433, 3434985.71204565, unit='m'), name='APO') ```
> Hello! Do you mean astropy 5.1? There is no 5.10 release. Also, did you try with the dev version? I vaguely remember some fix to the pickling in dev...
The following tests fail also with python 3.11 (both with devel and 5.1) astropy/coordinates/tests/test_pickle.py::test_simple_object astropy/cosmology/flrw/tests/test_base.py::TestFLRW::test_name astropy/cosmology/flrw/tests/test_lambdacdm.py::TestLambdaCDM::test_name astropy/cosmology/flrw/tests/test_lambdacdm.py::TestFlatLambdaCDM::test_name astropy/cosmology/flrw/tests/test_w0cdm.py::TestwCDM::test_name astropy/cosmology/flrw/tests/test_w0cdm.py::TestFlatwCDM::test_name astropy/cosmology/flrw/tests/test_w0wacdm.py::Testw0waCDM::test_name astropy/cosmology/flrw/tests/test_w0wacdm.py::TestFlatw0waCDM::test_name astropy/cosmology/flrw/tests/test_w0wzcdm.py::Testw0wzCDM::test_name astropy/cosmology/flrw/tests/test_wpwazpcdm.py::TestwpwaCDM::test_name astropy/cosmology/tests/test_core.py::TestCosmology::test_name astropy/table/tests/test_pprint.py::TestColumnsShowHide::test_remove[pprint_exclude_names] astropy/table/tests/test_pprint.py::TestColumnsShowHide::test_remove[pprint_include_names] astropy/time/tests/test_mask.py::test_mask_not_writeable
Yes, the tests don't run in Fedora infrastructure. Everything that requires internet access fails. How do we reopen the issue?
@lesteve It's fine for Fedora also, the macros in the spec file take care of calling the appropriate incantation. We are building, for example, scikit-image just fine.
Testing with python 3.13 shows no errors, so perhaps its a python 3.14 issue
I have added a factor `-remote` that enables remote data in all tests. The tests without `-remote` use only local data. If you prefer that `-cov` tests are run always...
Hello, I'm the Fedora maintainer of "sep", and I agree with with what @olebole mentioned before.
The package loads, but it doesn't pass the self check in "Verifying installation" https://github.com/stan-dev/rstan/wiki/Rstan-Getting-Started#verifying-installation ``` > example(stan_model, package = "rstan", run.dontrun = TRUE) Loading required package: StanHeaders rstan version 2.32.6...