radiasoft / rslaser_old

Integrated modeling of CPA crystal-based laser amplifiers
Apache License 2.0
1 stars 1 forks source link

Fix #175 - reshape args reversed #176

Closed mkeilman closed 1 year ago

mkeilman commented 1 year ago

This has _wfr.mesh.ny as the first reshape arg, and -1 as the second (that way numpy figures it out).

Note that I did not change wfrGetPol as mentioned in the issue, as it references a non-existent function interpBright and is thus untestable.

bruhwiler commented 1 year ago

@gurhar1133 -- please review this PR.