Skip to content

Commit 6bae595

Browse files
committed
Apply suggestion
1 parent bbcdc51 commit 6bae595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

validphys2/src/validphys/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,7 @@ def produce_mult_factor_user_covmat(
13621362
)
13631363

13641364
if mult_factor is None:
1365-
return 1.0 if user_covmat_path is not None else None
1365+
return 1.0
13661366
else:
13671367
return mult_factor
13681368

0 commit comments

Comments
 (0)