From 79a81d973286262b33f6f817fe6231c18c4d2e50 Mon Sep 17 00:00:00 2001 From: jacoterh <54140851+jacoterh@users.noreply.github.com> Date: Wed, 23 Nov 2022 16:22:41 +0100 Subject: [PATCH] removing vh_prod import --- code/src/ml4eft/core/th_predictions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/src/ml4eft/core/th_predictions.py b/code/src/ml4eft/core/th_predictions.py index 4f2d3ad0c..1db335370 100644 --- a/code/src/ml4eft/core/th_predictions.py +++ b/code/src/ml4eft/core/th_predictions.py @@ -6,7 +6,7 @@ import re import os import ml4eft.analyse.analyse as analyse -from ml4eft.core.truth import vh_prod, tt_prod +from ml4eft.core.truth import tt_prod from collections import defaultdict