From f3f1fed6388348f56e4bd02abe033740088aa6b6 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Tue, 11 Jun 2024 16:43:51 +0100 Subject: [PATCH] move imports --- mcmc_examples/arma/arma_float_model.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcmc_examples/arma/arma_float_model.py b/mcmc_examples/arma/arma_float_model.py index 2791314..d270f13 100644 --- a/mcmc_examples/arma/arma_float_model.py +++ b/mcmc_examples/arma/arma_float_model.py @@ -13,14 +13,14 @@ # limitations under the License. from typing import List +import numpy + from spinn_utilities.overrides import overrides from mcmc.mcmc_model import MCMCModel from mcmc.mcmc_parameter import MCMCParameter from mcmc.mcmc_state_variable import MCMCStateVariable -import numpy - class ARMAFloatModel(MCMCModel): """ MCMC Model for the ARMA problem, using single-point (float)