Skip to content

Commit

Permalink
Fix merging test
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Oct 31, 2024
1 parent 3a783c6 commit d80eee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meteor/merging.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def extract_json_info(
for my_field in param_dict[my_section]
)
except AssertionError:
logging.error("Missing required fields in census ini file.")
logging.error("Missing required fields in census json file.")
sys.exit(1)
# Get values of each field (remove the section information)
information = {
Expand Down
4 changes: 3 additions & 1 deletion meteor/tests/test_merging.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,11 @@ def test_compare(merging_profiles: Merging) -> None:
"trim",
"alignment_number",
"mapping_type",
"identity_threshold",
"database_type",
],
"counting": [
"identity_threshold",
],
"profiling_parameters": [""],
}
# Retrieve information about parameters
Expand Down

0 comments on commit d80eee3

Please sign in to comment.