From 77d27e1fbbeb4ca2de85b39ae3a9700457636376 Mon Sep 17 00:00:00 2001 From: "Dr. Kashif Rasul" Date: Mon, 13 Jan 2020 11:41:30 +0100 Subject: [PATCH] another one --- pts/model/tempflow/tempflow_estimator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pts/model/tempflow/tempflow_estimator.py b/pts/model/tempflow/tempflow_estimator.py index 2dbc848..c0ac17f 100644 --- a/pts/model/tempflow/tempflow_estimator.py +++ b/pts/model/tempflow/tempflow_estimator.py @@ -179,7 +179,7 @@ class TempFlowEstimator(PTSEstimator): conditioning_length=self.conditioning_length, ).to(device) - def create_predictor( + def create_predictor( self, transformation: Transformation, trained_network: TempFlowTrainingNetwork,