From 5be1595d3d11d00228c6d28c841a5158605d68b2 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 13 Jun 2024 14:43:16 +0100 Subject: [PATCH] # type: ignore --- mcmc_examples/lighthouse/lighthouse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcmc_examples/lighthouse/lighthouse.py b/mcmc_examples/lighthouse/lighthouse.py index 4e048a2..c144a1a 100644 --- a/mcmc_examples/lighthouse/lighthouse.py +++ b/mcmc_examples/lighthouse/lighthouse.py @@ -15,7 +15,7 @@ import sys import os from time import gmtime, strftime -import pathos.multiprocessing +import pathos.multiprocessing # type: ignore import numpy from mcmc import mcmc_framework # from mcmc_examples.lighthouse.lighthouse_model import LightHouseModel