diff --git a/benchmarks/calc_signal_benchmark.py b/benchmarks/calc_signal_benchmark.py index 1f3bf17fb..14e6b89b1 100644 --- a/benchmarks/calc_signal_benchmark.py +++ b/benchmarks/calc_signal_benchmark.py @@ -42,9 +42,9 @@ # Defining defaults ################### -_LRES = [-3,-3,0] -_LLOS = [5,5,0] -_LT = [3,3,0] +_LRES = [-3, -3, 0] +_LLOS = [5, 5, 0] +_LT = [3, 3, 0] _NREP = 2 _DRES = abs(_LRES[1] - _LRES[0]) diff --git a/tofu/geom/_core.py b/tofu/geom/_core.py index a0cb32412..54643066b 100644 --- a/tofu/geom/_core.py +++ b/tofu/geom/_core.py @@ -1500,22 +1500,10 @@ class PFC(StructOut): class CoilPF(StructOut): _color = 'r' - def __init__(self, Poly=None, Type=None, Lim=None, pos=None, extent=None, - Id=None, Name=None, Exp=None, shot=None, - sino_RefPt=None, sino_nP=_def.TorNP, - Clock=False, arrayorder='C', fromdict=None, - nturns=None, superconducting=None, active=None, - SavePath=os.path.abspath('./'), - SavePath_Include=tfpf.defInclude, color=None): - kwdargs = locals() - del kwdargs['self'], kwdargs['__class__'] - # super() - super(CoilPF,self).__init__(mobile=False, **kwdargs) - def __init__(self, nturns=None, superconducting=None, active=None, **kwdargs): # super() - super(CoilPF,self).__init__(**kwdargs) + super(CoilPF, self).__init__(mobile=False, **kwdargs) def _reset(self): # super() diff --git a/tofu/version.py b/tofu/version.py index 2c571a79a..cdbdcdf53 100644 --- a/tofu/version.py +++ b/tofu/version.py @@ -1,2 +1,2 @@ # Do not edit, pipeline versioning governed by git tags! -__version__ = '1.4.1-52-g6f060e3' \ No newline at end of file +__version__ = '1.4.1-52-g6f060e3'