Hi
TL;DR not really an issue as have managed to install the stack on another machine but if anyone knows what I’m doing wrong on the other one I’d be grateful to hear, thanks
I’ve been trying to install verison 23 of the stack following
https://pipelines.lsst.io/install/newinstall.html
I’ve succeeded on one machine (Ubuntu 18.04.5 LTS) but on another machine (Debian GNU/Linux 10 (buster)) it’s failing during
eups distrib install -t v23_0_0 lsst_distrib
at [ 80/83 ] faro 23.0.0+b8b37fdb39 when carrying out the tests
faro-23.0.0+b8b37fdb39/tests/.tests/pytest-faro.xml.failed
1 tests failed
self = <tests.test_ellipKPM.Te1Test testMethod=test_te1>
def test_te1(self):
"""Test calculation of TE1 on a known catalog."""
config = TExTask.ConfigClass()
# This is what makes it TE1
config.minSep = 0.25
config.maxSep = 1.0
task = TExTask(config=config)
for band in ('i',):
catalog, expected = self.load_data(('TE1', band))
result = task.run('TE1', {'i': [CalibratedCatalog(catalog), ]})
log.debug('result: ', result)
log.debug('expected: ', expected)
self.assertEqual(result.measurement, expected)
E AssertionError: Measu[22 chars]y 9.5584292e-05>, extras={‘radius’: <lsst.veri[160 chars]20>}) != Measu[22 chars]y 9.51763719e-05>)
tests/test_ellipKPM.py:76: AssertionError
=============================== warnings summary ===============================
:219: 32 warnings
:219: RuntimeWarning: numpy.ndarray size changed, may indicate binary incompatibility. Expected 80 from C header, got 88 from PyObject