Skip to content

Commit

Permalink
forgot to run
Browse files Browse the repository at this point in the history
  • Loading branch information
saskiad committed Jan 4, 2025
1 parent b9471f9 commit c27cfb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/aind_data_schema_models/organizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,7 @@ def from_name(cls, name: str):
Organization.FUJINON,
Organization.HAMAMATSU,
Organization.INFINITY_PHOTO_OPTICAL,
Organization.KOWA,
Organization.LEICA,
Organization.MITUTUYO,
Organization.NAVITAR,
Expand Down Expand Up @@ -1086,7 +1087,9 @@ def from_name(cls, name: str):

Organization.MONITOR_MANUFACTURERS = one_of_instance([Organization.ASUS, Organization.LG, Organization.OTHER])

Organization.SPEAKER_MANUFACTURERS = one_of_instance([Organization.TYMPHANY, Organization.ISL, Organization.OTHER])
Organization.SPEAKER_MANUFACTURERS = one_of_instance(
[Organization.DIGIKEY, Organization.TYMPHANY, Organization.ISL, Organization.OTHER]
)

Organization.FUNDERS = one_of_instance(
[
Expand Down

0 comments on commit c27cfb2

Please sign in to comment.