Closed jasonfan1997 closed 3 years ago
https://github.com/thejevans/mla/blob/10679fb4ebec5f427e87b25443724aab7fc109fa/mla/analysis.py#L116
The way that rf.structured_to_unstructured works, it creates multiple copies of the array that we want (so that it uses the same space in memory), and we only want one of the copies.
rf.structured_to_unstructured
https://github.com/thejevans/mla/blob/10679fb4ebec5f427e87b25443724aab7fc109fa/mla/analysis.py#L116