We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3760234 commit 69f9b67Copy full SHA for 69f9b67
1 file changed
lts_array/classes/lts_data_class.py
@@ -85,6 +85,7 @@ def build_data_arrays(self, st, latlist, lonlist, remove_elements=None, rij=None
85
if rij is None:
86
self.rij = self.getrij(latlist, lonlist)
87
else:
88
+ print('Ignoring `lat_list` and `lon_list` since `rij` array was provided!')
89
self.rij = rij
90
# Make sure the least squares problem is well-posed
91
# rij must have at least 3 elements
0 commit comments