Spent some time trying to understand where
|
====================================================================================================================================================================================================================================== warnings summary ======================================================================================================================================================================================================================================
|
tests/test_jointcal_cfht_minimal.py::JointcalTestCFHTMinimal::test_jointcalTask_fails_raise
|
/software/lsstsw/stack_20181012/python/miniconda3-4.5.4/envs/lsst-scipipe/lib/python3.6/importlib/_bootstrap.py:219: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
|
return f(*args, **kwds)
|
|
tests/test_jointcal_cfht_minimal.py::JointcalTestCFHTMinimal::test_jointcalTask_2_visits_photometry
|
/software/lsstsw/stack_20181012/python/miniconda3-4.5.4/envs/lsst-scipipe/lib/python3.6/importlib/_bootstrap.py:219: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
|
return f(*args, **kwds)
|
|
tests/test_jointcal_cfht_minimal.py::JointcalTestCFHTMinimal::test_jointcalTask_fails_no_raise
|
/software/lsstsw/stack_20181012/python/miniconda3-4.5.4/envs/lsst-scipipe/lib/python3.6/importlib/_bootstrap.py:219: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
|
return f(*args, **kwds)
|
|
-- Docs: http://doc.pytest.org/en/latest/warnings.html
|
==================================================================================================================================================================================================================== 158 passed, 47 skipped, 3 warnings in 286.51 seconds ====================================================================================================================================================================================================================
|
is coming from. Looks like it's actually Astropy, coming in via lsst.verify (and maybe elsewhere; that's the first entry-point I found). I guess there's nothing to be done about this for now, except hope that Astropy sort themselves out. That's half an hour of my life I won't get back...
Otherwise, good to go here. Minor comments on the PR, but nothing that should give you much pause for thought.
John Swinbank: would you be willing to review this change, since we've recently discussed it? It's not as bad as it looks: The +1000 is because I added a couple of small fits files directly to the jointcal/tests/data directory: it's more like ~200 lines of real changes.
I'm going to do a bit more staring at the numbers tomorrow to ensure I really believe them, but it should be in fine shape to review it as it stands. The commits to jointcal should be atomic, so you can review them separately to make it easier on yourself.
Jenkins run: https://ci.lsst.codes/blue/organizations/jenkins/stack-os-matrix/detail/stack-os-matrix/29372/pipeline