Skip to content

Commit

Permalink
Fix harp types metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Oct 10, 2024
1 parent e180652 commit 53d9d85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/aind_data_schema_models/_generated/harp_types.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# generated by aind-data-schema-models:
# filename: https://raw.githubusercontent.com/harp-tech/protocol/97ded281bd1d0d7537f90ebf545d74cf8ba8805e/whoami.yml
# timestamp: 2024-10-10 19:43:24.080272+00:00
# filename: harp_types.csv
# timestamp: 2024-10-10 19:55:22.997396+00:00

from typing import Annotated, Literal, Union

Expand Down
2 changes: 1 addition & 1 deletion src/aind_data_schema_models/_generators/_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def csv_parser(value: os.PathLike, fieldnames: Optional[List[str]] = None) -> Li
class_name="_HarpDeviceType",
seed_model_type=_HarpDeviceTypeModel,
discriminator="name",
data_source_identifier="https://raw.githubusercontent.com/harp-tech/protocol/97ded281bd1d0d7537f90ebf545d74cf8ba8805e/whoami.yml", # noqa: E501
data_source_identifier="harp_types.csv",
parser=lambda: csv_parser(root / "harp_types.csv"),
render_abbreviation_map=False,
)
Expand Down

0 comments on commit 53d9d85

Please sign in to comment.