Skip to content

Commit

Permalink
forgot a change
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmacaulay committed Aug 25, 2024
1 parent 86b3a6e commit e4ce90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/echosms/scattermodelbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def calculate_ts(self, data, expand=None, inplace=False, multiprocess=False):
Split the ts calculation across CPU cores.
expand : bool
Only applicable if `data` is a dict. The default is `False`. If `True`, will expand
Only applicable if `data` is a dict. The default is `False`. If `True`, will return
the dict into a DataFrame containing the Cartesian product of all values in the dict
(with one column per key in the dict) and return that DataFrame, adding a column
named `ts` for the TS results.
Expand Down

0 comments on commit e4ce90a

Please sign in to comment.