Skip to content

Commit 9d8db5f

Browse files
committed
Add print
1 parent cecca92 commit 9d8db5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • simpeg_drivers/plate_simulation/match

simpeg_drivers/plate_simulation/match/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def run(self):
279279
query, strike_angle[ii]
280280
)
281281
data, flip = prepare_data(observed[:, indices])
282-
282+
print("Flipping line", flip)
283283
# Loop through files and compute scores and find the best match
284284
scores, centers = self.run_scores(spatial_projection, data)
285285
ranked = np.argsort(scores)

0 commit comments

Comments
 (0)