Skip to content

Commit

Permalink
Add BIRTH tag to documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Hiscocks <sdhiscocks@dstl.gov.uk>
  • Loading branch information
ekhunter123 and sdhiscocks committed May 6, 2022
1 parent 2e8b1f0 commit ef1cb4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stonesoup/types/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ class TaggedWeightedGaussianState(WeightedGaussianState):
tag: str = Property(default=None, doc="Unique tag of the Gaussian State.")

BIRTH = 'birth'
'''Tag value used to signify birth component'''

def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
Expand Down

0 comments on commit ef1cb4d

Please sign in to comment.