Skip to content

Commit a6505d6

Browse files
committed
Update comment in parser.py
1 parent 22ba293 commit a6505d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kinisi/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def get_specie_and_drift_indices(self, specie, specie_indices, drift_indices, st
333333
specie_indices, _ = self.get_indices(structure, specie)
334334
case (None, sc.Variable(), None): # Manual specie_indices, with automatic drift correction
335335
drift_indices = self.get_drift_indices(structure, specie_indices)
336-
case (None, sc.Variable(), sc.Variable()): # Automatic specie_indices, with automatic drift correction
336+
case (None, sc.Variable(), sc.Variable()): # Manual specie_indices, with manual drift correction
337337
pass
338338

339339
return specie_indices, drift_indices

0 commit comments

Comments
 (0)