Skip to content

Commit

Permalink
Leave the original Q axis in.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrake-merani committed Jan 17, 2025
1 parent 857d726 commit a021477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sasdata/trend.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def interpolate(self, axis: str) -> "Trend":
new_quantities: dict[str, Quantity] = {}
for name, quantity in datum._data_contents.items():
if name == axis:
new_quantities[name] = data_axis
continue
new_quantities[name] = quantity @ mat

Expand Down

0 comments on commit a021477

Please # to comment.