You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To conform with this convention, I suggest changing: IntracellularRecordings, SweepSequences, Runs, and Conditions to IntracellularRecordingsTable, SweepSequencesTable, RunsTable, and ConditionsTable. The 'name' can remain as is, without the 'Table' suffix.
The text was updated successfully, but these errors were encountered:
@bendichter and I would prefer the convention of having subtypes of
DynamicTable
end in "Table", similar to how we name descendants ofTimeSeries
with "Series". See discussion here: NeurodataWithoutBorders/nwb-schema#337 (comment)To conform with this convention, I suggest changing:
IntracellularRecordings
,SweepSequences
,Runs
, andConditions
toIntracellularRecordingsTable
,SweepSequencesTable
,RunsTable
, andConditionsTable
. The'name'
can remain as is, without the'Table'
suffix.The text was updated successfully, but these errors were encountered: