Skip to content

Commit 3f160e3

Browse files
committed
Update Detector.py
1 parent 2e4a7a7 commit 3f160e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sens/Detector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __init__(self,sens):
4646

4747
self.SVD=SVD(sens)
4848
self.T=None
49-
self.opt_pars={}
49+
self.opt_pars={'options':[]}
5050

5151
"If bond-specific, initiate all for all bonds"
5252
if len(sens)>1:

0 commit comments

Comments
 (0)