Skip to content

Commit 2697ff0

Browse files
committed
Change prints
1 parent 9d8db5f commit 2697ff0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • simpeg_drivers/plate_simulation/match

simpeg_drivers/plate_simulation/match/driver.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,10 @@ def run(self):
279279
query, strike_angle[ii]
280280
)
281281
data, flip = prepare_data(observed[:, indices])
282-
print("Flipping line", flip)
282+
print(data.min(), data.max())
283283
# Loop through files and compute scores and find the best match
284284
scores, centers = self.run_scores(spatial_projection, data)
285+
print(scores)
285286
ranked = np.argsort(scores)
286287
best = ranked[0]
287288
logger.info(

0 commit comments

Comments
 (0)