1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 11:49:53 +02:00
ocrd_calamari/test
Gerber, Mike 41a48455f8 ✔️ Explicitly check for None
Explicitly check for None to remove this warning:

  test/test_recognize.py::test_word_segmentation
    /home/mike/devel/ocrd_calamari/test/test_recognize.py:133: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.
      assert line
2021-02-09 18:57:47 +01:00
..
__init__.py smoke test, circle ci 2019-12-03 17:11:09 +01:00
base.py Remove broken __main__ handling (stick to pytest) 2019-12-05 13:47:31 +01:00
test_recognize.py ✔️ Explicitly check for None 2021-02-09 18:57:47 +01:00