Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Jun 30, 2024
1 parent 89a147d commit a87500b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/spec/create_extension_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ def main():
),
default_name="probe_insertion",
attributes=[
# TODO waiting on https://github.com/hdmf-dev/hdmf/issues/1099 to add these attributes
NWBAttributeSpec(
name="insertion_position_ap_in_mm",
doc=(
Expand Down Expand Up @@ -260,7 +259,7 @@ def main():
required=False,
),
NWBAttributeSpec(
name="hemisphere", # TODO this is useful to cache but could be done at the API level
name="hemisphere", # NOTE this is useful to cache but could be done at the API level
doc=(
'The hemisphere ("left" or "right") of the targeted location of the optogenetic stimulus site. '
"Should be consistent with `insertion_position_in_mm.ml` coordinate (left = ml < 0, "
Expand Down

0 comments on commit a87500b

Please sign in to comment.