File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ def activate(
6464
6565
6666def get_miniscope_root_data_dir () -> list :
67- """Fetches absolute data path to miniscope data dir(s) .
67+ """Fetches absolute data path to miniscope data directory .
6868
6969 The absolute path here is used as a reference for all downstream relative paths used in DataJoint.
7070
7171 Returns:
72- A list of the absolute path(s) to miniscope data directories .
72+ A list of the absolute path to miniscope data directory .
7373 """
7474
7575 root_directories = _linking_module .get_miniscope_root_data_dir ()
@@ -370,7 +370,7 @@ class ProcessingParamSet(dj.Lookup):
370370
371371 Attributes:
372372 paramset_idx (foreign key, smallint): Unique parameter set ID.
373- ProcessingMethod (char (16) ): ProcessingMethod from the lookup table.
373+ ProcessingMethod (varchar (16) ): ProcessingMethod from the lookup table.
374374 paramset_desc (varchar(128) ): Description of the parameter set.
375375 paramset_set_hash (uuid): UUID hash for parameter set.
376376 params (longblob): Dictionary of all parameters for the processing method.
You can’t perform that action at this time.
0 commit comments