Skip to content

Commit 69f9b67

Browse files
committed
Add a message telling users that lat/lon are being ignored
1 parent 3760234 commit 69f9b67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lts_array/classes/lts_data_class.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def build_data_arrays(self, st, latlist, lonlist, remove_elements=None, rij=None
8585
if rij is None:
8686
self.rij = self.getrij(latlist, lonlist)
8787
else:
88+
print('Ignoring `lat_list` and `lon_list` since `rij` array was provided!')
8889
self.rij = rij
8990
# Make sure the least squares problem is well-posed
9091
# rij must have at least 3 elements

0 commit comments

Comments
 (0)