Ticket #54 (closed defect: invalid)

Opened 2 years ago

Last modified 2 years ago

Setting mask on record arrays

Reported by: dhuard Owned by:
Priority: major Milestone:
Component: timeseries Version:
Keywords: Cc:

Description

Setting the mask using

recx.mask = some array

Does not actually change the mask for record arrays. Doing

recx._mask = some array

works fine though.

Change History

Changed 2 years ago by mattknox_ca

  • status changed from new to closed
  • resolution set to invalid

This is actually a bug in the mrecords module, so it needs to be fixed there. I have notified the author of the masked array module about it.

Note: See TracTickets for help on using tickets.