Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: astshim
-
Labels:
-
Story Points:0.25
-
Epic Link:
-
Sprint:Alert Production S17 - 3
-
Team:Alert Production
Description
`Frame.permAxes` tests the number of elements against `nIn` but it should test against `nAxes`. This only matters when Frame is a FrameSet; in that situation the number of expected axes applies to the current frame, which is `nAxes` or `nOut`. The correct test is to use `nAxes`.
Attachments
Issue Links
- blocks
-
DM-9895 FrameSet frames not preserved by Transform(frameSet) constructor
- Done
Minor fix that will aid testing Transform