Replies: 1 comment
-
@scdivi @nschloe meshio/src/meshio/nastran/_nastran.py Line 413 in b2ee998 to out = np.format_float_scientific(value, exp_digits=1, precision=9).replace( seemed to fix the problem |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a triangulated information, i.e., vertices (1500 x 3) and faces (2430 x 3). I am trying to write a .nas file using meshio v5.3.4 as following:
However, I get an assertion error as:
I am unable to breakdown what is the cause of this error. Can anyone please help me understand it?
Thanks in advance!
Sai
Beta Was this translation helpful? Give feedback.
All reactions