Skip to content

Commit

Permalink
flipping parser
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDoyle2 committed Nov 18, 2024
1 parent 4c0fb85 commit 6df023b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyNastran/converters/nastran/gui/nastran_io_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3049,6 +3049,7 @@ def get_model_unvectorized(log: SimpleLogger,
model.load(obj_filename=bdf_filename)
else: # read the bdf/punch
model = BDF(log=log, debug=True)
model.is_lax_parser = True
#model.set_error_storage(nparse_errors=0,
# stop_on_parsing_error=True,
# nxref_errors=0,
Expand Down

0 comments on commit 6df023b

Please sign in to comment.