-
Notifications
You must be signed in to change notification settings - Fork 0
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
run_properties$summary table durations incorrect. #101
Comments
nohelix
added a commit
that referenced
this issue
Mar 27, 2024
I had tried to match the old form but that apparently caused issues.
Change in
|
filtered_graph_data = filter(graph_data, str_detect(file_name, |
Original File name: BBN_15-75dB_100ms_4s frequency range fix File name: BBN_15-75dB_100ms_4s Same name and appears to work in testing environment. |
Fails in live environment File name: BBN_80dB_0-2000ms_12s_BG_PKN_0dB
|
Output non working:
Output working:
Only code difference:
vs.
See above comment where the outputs and names are identical. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
❗ Related to #100
Issue
All durations listed regardless of type, i.e. for type 0 trials even type 1 trial durations are listed.
Repeatability
Import file in #100 or Red1_edge_BBN_60dB_1-2000ms_12s_BG_PKN_0dB_20240325-101031_BOX#007.zip
Halt during naming
look at
run_properties$stim_encoding_table
and atrun_properties$summary
You should get:
run_properties$stim_encoding_table
run_properties$summary
⬆️
duration
should be <df [1 × 1]> for type 0 and <df [7 × 1]> for type 1The text was updated successfully, but these errors were encountered: