SEMAFORInformatik / femagtools

Python API for FEMAG
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

Nastran float conversion fails on fields that are not left justified #62

Closed JonasKnoepfel closed 4 years ago

JonasKnoepfel commented 4 years ago
  File "/home/p323977/.local/lib/python3.7/site-packages/femagtools/convert.py", line 404, in _nastran_real_to_float
    return float(s)
ValueError: could not convert string to float: ' e-5.8e-15'