Skip to content

Commit f4694a6

Browse files
move skip to get unread call
1 parent ecd5c87 commit f4694a6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/allotropy/parsers/moldev_softmax_pro/softmax_pro_structure.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@ def create(cls, data: pd.DataFrame, calc_data_cols: list[str]) -> GroupSampleDat
177177
)
178178
elif data_elements[column]:
179179
data_elements[column][-1].positions.append(position)
180-
row.mark_read("Sample")
181-
unread = row.get_unread()
180+
unread = row.get_unread(skip={"Sample"})
182181
if unread:
183182
by_position = unread_by_plate_and_position.setdefault(plate, {})
184183
by_position.setdefault(str(position), []).append(unread)

0 commit comments

Comments
 (0)