Skip to content
Snippets Groups Projects
Commit cab6d24f authored by Rhys Green's avatar Rhys Green
Browse files

fixing flake8 issues

parent 4156ca6c
No related branches found
No related tags found
1 merge request!322Adding PTMCMC sampler
from __future__ import absolute_import, print_function
import glob
import os
import shutil
import numpy as np
from .base_sampler import MCMCSampler, SamplerNotInstalledError
from ..utils import logger, check_directory_exists_and_if_not_mkdir
from ..utils import logger
class PTMCMCSampler(MCMCSampler):
......@@ -184,4 +183,3 @@ class PTMCMCSampler(MCMCSampler):
shutil.rmtree(temp_outDir)
return samples, meta, loglike
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment