Skip to content

Commit

Permalink
add NBA group for data description (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdaloop authored Nov 4, 2024
1 parent 82d46cb commit 04ef04f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aind_data_schema_models/data_name_patterns.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class Group(str, Enum):
EPHYS = "ephys"
MSMA = "MSMA"
OPHYS = "ophys"
NBA = "NBA"


def datetime_to_name_string(dt: datetime) -> str:
Expand Down

0 comments on commit 04ef04f

Please sign in to comment.