You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Split try/except in _resolve_type_maps so unsupported-element errors propagate
instead of being silently swallowed as missing-atom-names
- Make read_data_type_map_union skip all-Type_* placeholder names, consistent
with _read_data_type_map, so MFT does not reject valid raw-index data
- Add set.*/{key}.npy direct fallback to load_dataset for custom label files
(e.g. homo.npy, bandgap.npy) not loaded into dpdata.System.data
- Replace first/last-64 sampling in _system_fingerprint with full-array hashing
so descriptor cache keys correctly invalidate when structures change
- Validate fparam_dim as non-negative int in DPAFineTuner.__init__, matching
DPATrainer and MFTFineTuner
- Add scikit-learn to the test extra so DPA-ADAPT tests can run in all CI paths
0 commit comments