sdfunni / SingleOrigin

Atom-finding Python code
GNU General Public License v3.0
0 stars 0 forks source link

Minor documentation fix #9

Closed realitychemist closed 3 weeks ago

realitychemist commented 1 month 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

This really only matters for IDEs that do automatic type checking (which flag origin_atom_column=None as being incorrect).