Closed sbailey closed 4 years ago
IIRC this just requires a tweak to the config/rules yaml files. I can look at this tomorrow.
@schlafly thanks. I'll reassign this to you to investigate.
This is expected to be addressed in https://github.com/desihub/desisurvey/pull/111 but I may not be appropriately setting up the environment at NERSC to test this. Travis still complains of a unit test error which I am unable to reproduce. I did:
source desi_environment.sh master
python setup.py test
in desisurvey. That should be adequate?
This is basically the same as @michaelJwilson's fix-config branch. https://github.com/desihub/desisurvey/tree/fix-config
fixed by #111. Traivs testing problem was due to Travis tests using old tile file. Closing.
desimodel/data/footprint/desi-tiles.fits has been updated, including moving the GRAY tiles to layer 0, which apparently breaks desisurvey unit tests:
I think this is also breaking surveyinit in the minitest notebook (and thus blocking our standard reference run for a software release):
(see /global/cscratch1/sd/sjbailey/minitest-20.3/survey/surveyinit.log for full log)
@dkirkby I thought desisurvey had previously been updated to support the new tile file, but then we (I) waited a long time before merging it and desisurvey may have broken again. Could you check this out? Thanks.