Remove use of newshape
argument in numpy reshape for numpy 2.1 compatibility.
#1101
Labels
bug
Something isn't working
Description
The numpy reshape function argument
newshape
has previously been the keyword argument name for specifying the new shape. That behavior is deprecated and it is being changed toshape
.For forward and backward compatibility, the
newshape
/shape
argument should be specified as the second positional argument.Example
N/A
Dymos Version
1.11.1-dev
Relevant environment information
No response
The text was updated successfully, but these errors were encountered: