From cd1acd1d469eb3b371772e679131d12ae71fea62 Mon Sep 17 00:00:00 2001 From: MoritzThomasHuebner <email@moritz-huebner.de> Date: Fri, 5 Oct 2018 12:52:31 +1000 Subject: [PATCH] Other PEP8 stuff --- bilby/core/sampler/cpnest.py | 1 - bilby/core/sampler/pymultinest.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bilby/core/sampler/cpnest.py b/bilby/core/sampler/cpnest.py index 070241076..fe46149f9 100644 --- a/bilby/core/sampler/cpnest.py +++ b/bilby/core/sampler/cpnest.py @@ -13,7 +13,6 @@ except ImportError: 'not be able to use the CPNest sampler') - class Cpnest(NestedSampler): """ bilby wrapper of cpnest (https://github.com/johnveitch/cpnest) diff --git a/bilby/core/sampler/pymultinest.py b/bilby/core/sampler/pymultinest.py index 9cd7636a6..5a4888ae4 100644 --- a/bilby/core/sampler/pymultinest.py +++ b/bilby/core/sampler/pymultinest.py @@ -72,7 +72,7 @@ class Pymultinest(NestedSampler): 'The length of {} exceeds 78 characters. ' ' Post-processing will fail because the file names will be cut' ' off. Please choose a shorter "outdir" or "label".' - .format(self.__kwargs['outputfiles_basename'])) + .format(self.__kwargs['outputfiles_basename'])) check_directory_exists_and_if_not_mkdir( self.kwargs['outputfiles_basename']) NestedSampler._verify_kwargs_against_default_kwargs(self) -- GitLab