Skip to content

Commit

Permalink
Added new db util tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kanesoban committed Dec 11, 2024
1 parent 0b09248 commit 2ce11fe
Show file tree
Hide file tree
Showing 3 changed files with 549 additions and 75 deletions.
8 changes: 3 additions & 5 deletions swarm_copy/tools/bluenaas_memodel_getall.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ class InputMEModelGetAll(BaseModel):
page_size: int = Field(
default=20, description="Number of results returned by the API."
)
memodel_type: Literal["single-neuron-simulation", "synaptome-simulation"] = (
Field(
default="single-neuron-simulation",
description="Type of simulation to retrieve.",
)
memodel_type: Literal["single-neuron-simulation", "synaptome-simulation"] = Field(
default="single-neuron-simulation",
description="Type of simulation to retrieve.",
)


Expand Down
Loading

0 comments on commit 2ce11fe

Please sign in to comment.