Steven Doyle

Results 190 comments of Steven Doyle

Hard to say without an example. I took a look at the code and it looks like OBC1 is supported in the dev version. I'd try that.

OQG1 is handled in: from pyNastran.op2.tables.oqg_constraintForces.oqg import OQG OBC1 is handled in: from pyNastran.op2.tables.oqg_constraintForces.obc import OBC The definition of what functions are called is found in: from pyNastran.op2.op2_interface.op2_scalar import OP2_Scalar...

Oh, you have OBG1, not OBC1. OBG1 is not supported. It should still skip correctly.

Are you on the latest or the version off pypi? The table skipping method was updated recently to fix a bug, so it might just work. to debug, I print...

The elastic strain from which table and which element? There’s a lot of ways to read strain. On Wed, Jun 4, 2025 at 8:53 AM kgraham9 ***@***.***> wrote: > *kgraham9*...

I can’t tell from that output. I’d need an example. I need to see the error with context of what is happening to fix it. On Wed, Jun 4, 2025...

Just test it. On Wed, Jun 4, 2025 at 12:00 PM kgraham9 ***@***.***> wrote: > *kgraham9* left a comment (SteveDoyle2/pyNastran#832) > > > are those elastic strains supported in the...

It works on Windows. Not sure what issue you’re having. The dev version supports numpy 2, but also 1.x. I see no reason force users onto 2.0. On Wed, Oct...

Yes. Python 3.13 did not exist when i released 1.4.1 On Wed, Oct 1, 2025 at 12:34 PM Jan Hein de Jong ***@***.***> wrote: > *janheindejong* left a comment (SteveDoyle2/pyNastran#846)...