Skip to content

Commit

Permalink
Merge pull request #86 from NTIA/fix-msgspec-struct-description-type-…
Browse files Browse the repository at this point in the history
…typo

Fix DigitalFilter metadata struct description type
  • Loading branch information
dboulware authored Jul 19, 2023
2 parents 3c083f9 + a72af60 commit c7059ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scos_actions/metadata/structs/ntia_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class DigitalFilter(msgspec.Struct, **SIGMF_OBJECT_KWARGS):
feedback_coefficients: Optional[List[float]] = None
attenuation_cutoff: Optional[float] = None
frequency_cutoff: Optional[float] = None
description: Optional[float] = None
description: Optional[str] = None


class Graph(msgspec.Struct, **SIGMF_OBJECT_KWARGS):
Expand Down

0 comments on commit c7059ed

Please sign in to comment.