Skip to content

Commit d9379bd

Browse files
committed
norm_det type conflict solved
1 parent 53d6dfb commit d9379bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyci/fanci/fanpt_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def solve_fanpt(
7575
norm_det = [(ref_sd, 1.0)]
7676
else:
7777
inorm = False
78-
norm_det = None
78+
norm_det = list()
7979

8080
# Select FANPT method
8181
if energy_active:

0 commit comments

Comments
 (0)