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
feat: add auto3d models test <engine> health check
Loads an engine and runs one tiny (methane) forward pass to verify it works in
the current environment, surfacing the common setup problems up front: a missing
torchani for the ANI engines, a failed/blocked aimnet registry download, or a
broken custom model file. Exits 0 on success, 3 if a dependency is missing, 5 if
the model loads but produces non-finite output. Also fixes the `models info`
unknown-engine hint to list the real engine names (ModelFactory.available_models)
instead of the upper-cased internal dict keys. Docs + tests included.
0 commit comments