Skip to content

Commit

Permalink
Fix for the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyPechnikov committed Jun 10, 2024
1 parent 1479077 commit 8ac0fe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pygmtsar/pygmtsar/Stack_stl.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
class Stack_stl(Stack_tidal):

def velocity(self, data):
import numpy as np
print('NOTE: Velocity calculation is changed to use least squares linear fit and can produce different results.')
#years = ((data.date.max() - data.date.min()).dt.days/365.25).item()
#nanoseconds = (data.date.max().astype(int) - data.date.min().astype(int)).item()
Expand Down

0 comments on commit 8ac0fe2

Please sign in to comment.