Steven Doyle

Results 190 comments of Steven Doyle

The standard for Linux is to use the package manager On Wed, Oct 1, 2025 at 12:58 PM Steven Doyle ***@***.***> wrote: > Yes. Python 3.13 did not exist when...

I’m working on a new release but I work 70 hour weeks and pypi is harder than it used to be. On Thu, Oct 2, 2025 at 7:27 AM Jan...

Run Test_bdf fem.op2 Or add print(model.get_op2_stats()) After reading the file to see what you have. Hyperview is also quite a bit different and I don’t have test decks, so I...

Looks like it skipped it. I’d need to see an example On Mon, Jun 30, 2025 at 12:40 PM Alejandro Stewart ***@***.***> wrote: > *AlejandroStewart* left a comment (SteveDoyle2/pyNastran#838) >...

if you flip the is_release flag (in the pyNastran __init__.py file), you'll get it to throw an error. Complex composite stress/strain with numwide=12 is not supported. I'm used to that...

I’m not following. It seems like you’re modifying the dataframe and that’s maybe where the error is coming from. Can you make a small problem that shows this? On Tue,...

I don’t have that example. Can you attach it? It seems like your issue is due to the way you’re iterating across the dataframe though. On Wed, Sep 24, 2025...

Sorry. I'm pretty busy. I forgot. Yeah, that looks terrible...it's clearly making something that's ntimes*nresults rows long with a 3d index long instead of ntimes results with a 4d array....

I've seen these, but don't understand them. There's a superelement tag, so each static/frequency result should be fine. You'll get a weird key that has the analysis code (statics/modal/frequency/transient), sort...

Can you attach the f06 with PRINT on all the requests (e..g, DISP(PLOT,PRINT)=ALL). Also the dat file does not include the INCLUDEs./asm files. I'm trying to look at the model...