From 557c84894bb1d5f5a6f634f56f1fa36df3dfb14c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sol=C3=A8ne=20Tarride?= <starride@teklia.com> Date: Fri, 13 Oct 2023 09:58:43 +0200 Subject: [PATCH] Fix numpy import --- tests/test_prediction.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_prediction.py b/tests/test_prediction.py index 996ca177..6be77e92 100644 --- a/tests/test_prediction.py +++ b/tests/test_prediction.py @@ -3,6 +3,7 @@ import json import shutil +import numpy as np import pytest import yaml -- GitLab