CederGroupHub / chgnet

Pretrained universal neural network potential for charge-informed atomistic modeling https://chgnet.lbl.gov
https://doi.org/10.1038/s42256-023-00716-3
Other
226 stars 61 forks source link

Create py.typed #189

Closed Andrew-S-Rosen closed 3 weeks ago

Andrew-S-Rosen commented 3 weeks ago

As recommended in pep 0561, a blank py.typed marker should be included when type hints are used so downstream codes can type check with mypy and similar tools.

Andrew-S-Rosen commented 3 weeks ago

@BowenD-UCB: The error is related to https://github.com/materialsproject/pymatgen/issues/3990.

BowenD-UCB commented 3 weeks ago

@Andrew-S-Rosen Thanks for the heads up! I'll bypass the test for now and merge.