[refactoring] removed star imports, renamed cst in U
and applied flake8 guidelines
This commit is contained in:
+7
-1
@@ -1,5 +1,11 @@
|
||||
# coding: utf-8
|
||||
|
||||
import numpy as np
|
||||
from functools import partial
|
||||
from mypool import MyPool
|
||||
from postprocessor import *
|
||||
|
||||
from postprocessor import PostProcessor
|
||||
from run_selector import RunSelector
|
||||
|
||||
|
||||
def _map_rule(rule, arg, overwrite, path, path_out, pp_params, run_num):
|
||||
|
||||
Reference in New Issue
Block a user