Add support for Python 3.12
Compare changes
Files
2- Yoann Schneider authored
+ 18
− 3
@@ -2,8 +2,11 @@
@@ -25,6 +28,20 @@ PREDICTION_DATA_PATH = FIXTURES / "prediction"
@@ -206,6 +223,4 @@ def test_plot_attention(
Closes #314 (closed)
Refs https://gitlab.teklia.com/workers/dan/-/merge_requests/197
I introduced the threshold on the attention GIF comparison because, for some reason, there was a small difference in CI but not reproducible locally.