Skip to content

Commit

Permalink
Add cell_types.mechanism option to config validation
Browse files Browse the repository at this point in the history
  • Loading branch information
frthjf committed Feb 7, 2024
1 parent d1601fe commit 1e1efcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/miv_simulator/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ class ParametricSurface(BaseModel):

class CellType(BaseModel):
template: str
mechanism: Optional[Dict]
synapses: Dict[
Literal["density"],
Dict[
Expand Down

0 comments on commit 1e1efcd

Please sign in to comment.