Skip to content

Commit

Permalink
Merged main
Browse files Browse the repository at this point in the history
  • Loading branch information
kanesoban committed Dec 17, 2024
2 parents 3207b85 + 29f8e8a commit a9187c8
Show file tree
Hide file tree
Showing 5 changed files with 452 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CRUDs.
- BlueNaas CRUD tools
- app unit tests
- Unit tests for database

### Fixed
- Migrate LLM Evaluation logic to scripts and add tests
Expand Down
2 changes: 1 addition & 1 deletion swarm_copy/tools/bluenaas_memodel_getall.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async def arun(self) -> PaginatedResponseUnionMEModelResponseSynaptomeModelRespo
response = await self.metadata.httpx_client.get(
url=f"{self.metadata.bluenaas_url}/neuron-model/{self.metadata.vlab_id}/{self.metadata.project_id}/me-models",
params={
"model_type": self.input_schema.memodel_type,
"simulation_type": self.input_schema.memodel_type,
"offset": self.input_schema.offset,
"page_size": self.input_schema.page_size,
},
Expand Down
1 change: 1 addition & 0 deletions swarm_copy_tests/app/database/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Unit tests for database."""
Loading

0 comments on commit a9187c8

Please sign in to comment.