We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cecca92 commit 9d8db5fCopy full SHA for 9d8db5f
1 file changed
simpeg_drivers/plate_simulation/match/driver.py
@@ -279,7 +279,7 @@ def run(self):
279
query, strike_angle[ii]
280
)
281
data, flip = prepare_data(observed[:, indices])
282
-
+ print("Flipping line", flip)
283
# Loop through files and compute scores and find the best match
284
scores, centers = self.run_scores(spatial_projection, data)
285
ranked = np.argsort(scores)
0 commit comments