Closed realitychemist closed 3 weeks ago
Minor fix of documented type signature of origin_atom_column parameter of add_latticemethod. Specifically, added None as a valid type: https://github.com/sdfunni/SingleOrigin/blob/5d5c71acb2ebad01c94ed81ac20077497d44a48a/src/SingleOrigin/find_atom_columns.py#L197
origin_atom_column
add_lattice
This really only matters for IDEs that do automatic type checking (which flag origin_atom_column=None as being incorrect).
origin_atom_column=None
Minor fix of documented type signature of
origin_atom_column
parameter ofadd_lattice
method. Specifically, added None as a valid type: https://github.com/sdfunni/SingleOrigin/blob/5d5c71acb2ebad01c94ed81ac20077497d44a48a/src/SingleOrigin/find_atom_columns.py#L197This really only matters for IDEs that do automatic type checking (which flag
origin_atom_column=None
as being incorrect).