Skip to content

Commit ed5f5f1

Browse files
committed
Fixed pop assessment
1 parent 21cc847 commit ed5f5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structure_threader/plotter/structplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def __init__(self, ouput_file_list, fmt, popfile=None, indfile=None):
374374
# Parse each output file and add it to the kvals attribute
375375
for fpath in ouput_file_list:
376376

377-
if self.indv is None and self.pops is None:
377+
if self.indv is None and self.pops == []:
378378
# Create PlotK object
379379
kobj = PlotK(fpath, self.fmt, get_indv=True)
380380
self.indv = kobj.indv

0 commit comments

Comments
 (0)