Skip to content

Commit

Permalink
remove disable
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 6, 2024
1 parent b707a7f commit e14d338
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion mcmc/mcmc_cholesky_vertex.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
.abstract_generates_data_specification \
import AbstractGeneratesDataSpecification
from spinn_front_end_common.interface.ds import DataSpecificationGenerator
# pylint: disable=wrong-spelling-in-comment


class MCMCCholeskyRegions(Enum):
Expand Down
1 change: 0 additions & 1 deletion mcmc_examples/arma/arma.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from mcmc_examples.arma.arma_float_model import ARMAFloatModel
# from mcmc_examples.lighthouse.lighthouse_fixed_point_model \
# import ARMAFixedPointModel
# pylint: disable=wrong-spelling-in-comment

# Data to use for 1000 data points (read from file)
data_10000 = numpy.loadtxt("data_10000.csv", delimiter=",")
Expand Down
1 change: 0 additions & 1 deletion mcmc_examples/arma/arma_fixed_point_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from mcmc.mcmc_model import MCMCModel
from mcmc.mcmc_parameter import MCMCParameter
from mcmc.mcmc_state_variable import MCMCStateVariable
# pylint: disable=wrong-spelling-in-comment


class ARMAFixedPointModel(MCMCModel):
Expand Down
1 change: 0 additions & 1 deletion mcmc_examples/lighthouse/lighthouse_fixed_point_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from mcmc.mcmc_model import MCMCModel
from mcmc.mcmc_parameter import MCMCParameter
from mcmc.mcmc_state_variable import MCMCStateVariable
# pylint: disable=wrong-spelling-in-comment


class LightHouseFixedPointModel(MCMCModel):
Expand Down

0 comments on commit e14d338

Please sign in to comment.