-
Notifications
You must be signed in to change notification settings - Fork 9
Coefficient file parameter checking #192
Copy link
Copy link
Open
Description
Summary
The user can append coefficients to an existing HDF5 coefficient file with different parameters than those in the file, leading to inconsistency.
Possible fixes
- Do nothing; let the user do this.
- Let the user do this, but skip inconsistent stanzas on read.
- Update the
ExtendH5Coefsto read the header and abort if the basis parameters are different. E.g.nmax,lmaxornmaxspecifically. Abort if inconsistent. - As above, but warn if inconsistent.
Note
Options 3 and 4 will require reading some attributes from the open file but should be an unnoticeable computational hit.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels