Skip to content

Commit

Permalink
Add a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrake-merani committed Dec 20, 2024
1 parent 69971c8 commit 880f374
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sasdata/trend.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
@dataclass
class Trend:
data: list[SasData]
# This is going to be a path to a specific metadatum.
#
# TODO: But what if the trend axis will be a particular NamedQuantity? Will probably need to think on this.
trend_axis: str

# Designed to take in a particular value of the trend axis, and return the SasData object that matches it.
Expand Down

0 comments on commit 880f374

Please sign in to comment.