Skip to content

don't put suspQuad TFs in ifo struct

The big hForce, vForce, hTable, vTable numpy matrices are not easily serializable in YAML. They require the use of special python tags that require unsafe loader to de-serialize. This patch just avoids putting them in the ifo struct at all so we don't have to worry about them if we later want to serialize the struct as YAML.

Merge request reports