Skip to content

Commit cf031ef

Browse files
chore: Finish comment (#1111)
1 parent 18bc216 commit cf031ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/allotropy/parsers/moldev_softmax_pro/softmax_pro_structure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ class PlateReducedData:
615615
@staticmethod
616616
def create(reader: CsvReader, header: PlateHeader) -> PlateReducedData:
617617
raw_data: pd.DataFrame = get_plate_dataframe(reader, header)
618-
# Reduced data has 2 empty columns where
618+
# Reduced data has 2 empty columns where wavelength/temperature are typically specified.
619619
start = 2
620620
df_data = raw_data.iloc[:, start : (start + header.num_columns)]
621621
reduced_data_elements = []

0 commit comments

Comments
 (0)