-
Notifications
You must be signed in to change notification settings - Fork 266
Closed
Labels
Milestone
Description
I am trying to import a TDT TTank into Neo, and I'm running into an ambiguous error. It's attached. I tried to debug, and it looks like what is happening in the tdtrawio file is that "data_index" is empty, because the mask on tsq used to create it is all False. I'm having trouble figuring out what could be causing that though.
The relevant code is just: r = io.TdtIO(tank_path)
