You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a DFlowData object after clean_data is run from the test suite. It seems like the mocap column labels still have Anlg columns whereas the data frame has the replacement names for the accelerometers and EMG signals.
I see. I think we will need both though. Because I hit this "bug" when I was trying to use the mocap column labels to access data in the data frame created from clean_data(), but it couldn't find the columns because they'd been renamed. Hmm. Not sure, but we need to have either the original or new labels available plus a mapping between the two. Maybe a dictionary should be created on initialization that stores the original labels and as things get modified in the class, the values (or keys) of the dictionary update to reflect the new names.
This is a DFlowData object after
clean_data
is run from the test suite. It seems like the mocap column labels still have Anlg columns whereas the data frame has the replacement names for the accelerometers and EMG signals.The text was updated successfully, but these errors were encountered: