Skip to content

Commit

Permalink
Update to prior commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason McCampbell (Enthought, Inc) committed Apr 22, 2011
1 parent b1f7d19 commit 7cced41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion numpy/NumpyDotNet/ndarray.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,6 @@ public ndarray reshape([ParamDictionary] IDictionary<object,object> kwds, params
} else {
newshape = NpyUtil_ArgProcessing.IntpListConverter(args);
}
Console.WriteLine("Calling NewShape with {0}, {1}", newshape, order);
return NpyCoreApi.Newshape(this, newshape, order);
}

Expand Down

0 comments on commit 7cced41

Please sign in to comment.