Skip to content

Commit

Permalink
test adjusting the message
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailsnyder committed Sep 6, 2024
1 parent 0ea2938 commit 2eb2021
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions stitches/fx_match.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,13 +341,10 @@ def match_neighborhood(
)

if not formatted_nn.empty:
print("The following target windows have a nearest neighbor in T, dT space")
print("that is more than 0.25degC away. This may or may not result in poor")
print("matches and we recommend validation.")
print(formatted_nn)
print(
"-----------------------------------------------------------------------------------------"
)
print("At least one target window has a nearest neighbor in T, dT space that")
print("is more than 0.25degC away. This may or may not result in poor matches ")
print("and we recommend validation.")

del formatted_nn
del grouped

Expand Down
2 changes: 1 addition & 1 deletion stitches/fx_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1212,5 +1212,5 @@ def make_recipe(
.copy()
)

out = out.drop_duplicates().reset_index(drop=True).copy()
#out = out.drop_duplicates().reset_index(drop=True).copy()
return out

0 comments on commit 2eb2021

Please sign in to comment.