I get the following error when trying to load .op2 generated by Femap with NX Nastran:
ValueError: Length mismatch: Expected axis has 1000 elements, new values have 1 elements
This is from a simple test model from the frequency response analysis (just a plate loaded with a unit acceleration). I use pyNastran extensively for "real" projects and never experienced this error. This error is produced when build_dataframe is set to True
model.read_op2(op2_file, build_dataframe=True)
What can be wrong with the op2 file?