-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Can't reconstruct with reconstruct_tracker
#327
Comments
I have a few thoughts. Since we recently changed trackers to stop at n trials (or reversals) rather than n + 1 trials (or reversals) I could see this being an issue for data collected before the fix and reconstructed after the fix. My other thought is that if you're using a |
Ahhh, yeah the reconstruction code will need to be updated to reflect the additional arguments. |
And the new arguments will need to be written to the |
I'm pretty sure the code was run after the fix.
Same error.
Which arguments? Do you mean the new arguments / new stopping behavior? If so I'm not sure why it wasn't caught by some test. |
I just used the default for |
Hmm if you ran the original trackers after we changing the stopping criteria for the trackers then the length of the responses wouldn't be the source of the issue... The new arguments shouldn't be an issue. It just makes a dict from the log file to fill in kwargs. |
The default
The tests didn't hit the limit. |
But the code in both places (during original run, during reconstruction) just uses the defaults as @maddycapp27 says, right? So I'm not sure where the change of behavior should become a problem. |
Ohhhhhh. Right. So your code used the new |
Can you send the data files our way? |
@larsoner looks like your tracks have 11 reversals when @rkmaddox you are right about the logging in |
I'll ask folks to double-check the version asserted in the experimental file (I don't have access to it ATM) but it should have been version |
... I'm also going to open a PR to record the |
It's hitting the error right after 10 reversals. When I generated the plot it looked like it should with the behavior from #323. |
So is there some bug to be fixed, or do you think it's likely that we ran with an older version (we still need to check...)? |
I'm guessing that the version issue is significantly more likely. If you confirm that that is not the case I'm more than happy to go bug hunting though. |
Oops, error at our end. We ran on |
It's alright! Glad it turned out to not be a bug :) |
Okay we collected more data, this time with version '79e05c6' (current |
@maddycapp27 any ideas / time to look this week? |
Sorry, just looking at this right now. The |
Yeah that's fine, will email a couple of failing files. |
I have a paradigm with
TrackerDealer
having twoTrackerUD
instances, and when I try to usereconstruct_tracker
I get this error:@maddycapp27 is this use case intended to be supported by
reconstruct_tracker
, and if so, this is a bug, right?The text was updated successfully, but these errors were encountered: