<div dir="ltr"><div dir="ltr">So strangely enough, I don't see this failure on Ubuntu, the only test test that failed for me is<div><br></div><div><div>______________________________ test_gauss_center _______________________________</div><div><br></div><div>    def test_gauss_center():</div><div>        """Check the gaussian center fitting."""</div><div>        # make a 2d dataset with a gaussian at the center</div><div>        from astropy.convolution import Gaussian2DKernel</div><div>        gaussian_2D_kernel = Gaussian2DKernel(10)</div><div>        plots = Imexamine()</div><div>        plots.set_data(gaussian_2D_kernel.array)</div><div>        a, xx, yy, xs, ys = plots.gauss_center(37, 37)</div><div>    </div><div>        amp = 0.0015915494309189533</div><div>        xc = 40.0</div><div>        yc = 40.0</div><div>        xsig = 10.0</div><div>        ysig = 10.0</div><div>    </div><div>>       assert_allclose(amp, a, 1e-6)</div><div>E       AssertionError: </div><div>E       Not equal to tolerance rtol=1e-06, atol=0</div><div>E       </div><div>E       (mismatch 100.0%)</div><div>E        x: array(0.001592)</div><div>E        y: array(0.000447)</div><div><br></div><div>imexam/tests/test_imexamine.py:114: AssertionError</div><div>----------------------------- Captured stdout call -----------------------------</div><div>xc=37.001304    yc=37.001304</div></div><div><br></div><div>Do you have any idea what's causing this failure? :)</div><div><br></div><div>I say strangely because I thought Ubuntu and Debian were mostly in sync on this stack...</div></div></div>