Skip to content

Commit

Permalink
move imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 11, 2024
1 parent d07d868 commit f3f1fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcmc_examples/arma/arma_float_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f3f1fed

Please sign in to comment.