I tried to create a pull request and my code failed the darker_lint test. I wanted to ask if there is anyway to fix it. I made changes to the `
test.align.py` file to use `numpy.testing.assert_allclose` function instead of `numpy.testing.assert_almost_equal`. According to the numpy documentation, the former gives more consistent results. The code passed all of the tests except for the aforementioned one above. Thank you.