From: https://pypi.org/project/kim-jax/ the listed version is 1.3.0 which is the same as the tagged release on this repo, but they have different contents. The repo-only fixes missing from the installed package:
- src/kim/utils/metrics.py:19: repo masks NaNs in both pred and true; PyPI masks only pred.
- src/kim/map.py:227+ (three sites): repo guards on self.map_option == "many2many" or self.maps[j] is not None and writes np.nan for unfitted outputs, and passes mask_nan=True. PyPI unconditionally calls compute_metrics without NaN masking, so an unfitted one2one map hits a None entry.
From: https://pypi.org/project/kim-jax/ the listed version is 1.3.0 which is the same as the tagged release on this repo, but they have different contents. The repo-only fixes missing from the installed package: