Commit 385a9b87 authored by GZhao's avatar GZhao
Browse files

update pep8

parent e2f6c6e6
Pipeline #8268 failed with stage
in 0 seconds
...@@ -786,7 +786,7 @@ class CpicVisEmccd(object): ...@@ -786,7 +786,7 @@ class CpicVisEmccd(object):
""" """
if seed != -1: if seed != -1:
np.random.seed(seed) np.random.seed(seed)
expt = expt_set expt = expt_set
if expt_set == 0: if expt_set == 0:
expt = 0.001 expt = 0.001
......
...@@ -99,6 +99,7 @@ update_able_keys = [ ...@@ -99,6 +99,7 @@ update_able_keys = [
'nsample', 'csst_format', 'output', 'check_fits_header' 'nsample', 'csst_format', 'output', 'check_fits_header'
] ]
def replace_cpism_refdata( def replace_cpism_refdata(
config: dict, config: dict,
output: str = '$') -> None: output: str = '$') -> None:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment