Skip to content

Commit

Permalink
Clean up and format cache warning message.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Oct 24, 2023
1 parent a89ea22 commit b176e01
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,16 @@ def __init__(
cache=cache)

warnings.warn(
message="As of AllenSDK version 2.16.0, the latest Visual "
"Behavior Ophys data has be significantly updated from "
message="\n\tAs of AllenSDK version 2.16.0, the latest Visual "
"Behavior Ophys data has been significantly updated from "
"previous releases. Specifically the user will need to "
"update all processing of the stimulus_presentations "
"tables. These tables now include multiple stimulus types "
"delineated by the columns `stimulus_block` and "
"`stimulus_block_name`. The previous are stored in the "
"`stimulus_block_name`.\n\nThe data that was available in "
"previous releases are stored in the "
"block name containing 'change_detection' and can be "
"accessed in the pandas table by using: "
"accessed in the pandas table by using: \n\t"
"`stimulus_presentations["
"stimulus_presentations.stimulus_block_name.str.contains"
"('change_detection')]`",
Expand Down

0 comments on commit b176e01

Please sign in to comment.