lanl/singularity-eos

Add explicit file and material ID checking to `spinerEOS`

Open

#516 opened on Jun 19, 2025

View on GitHub
 (0 comments) (1 reaction) (0 assignees)C++ (21 forks)auto 404
Robustnessgood first issue

Repository metrics

Stars
 (36 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, we rely on HDF error messages for missing files or materials, but these can be rather cryptic. We should probably test for the existence of the file and the existence of a material in the SP5 file ourselves to make the error messages cleaner.

Contributor guide