Skip to content

Commit

Permalink
Update council_feature_input_parity.py
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad authored May 26, 2024
1 parent 3b08146 commit e6e2bc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions uk_bin_collection/tests/council_feature_input_parity.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ def main(repo="robbrad/UKBinCollectionData", branch="master"):
json_councils = get_councils_from_json(repo, branch)
feature_councils = get_councils_from_features(repo, branch)

print(f"Councils from files: {file_councils}")
print(f"Councils from JSON: {json_councils}")
print(f"Councils from features: {feature_councils}")
#print(f"Councils from files: {file_councils}")
#print(f"Councils from JSON: {json_councils}")
#print(f"Councils from features: {feature_councils}")

all_councils_data, discrepancies_found = compare_councils(file_councils, json_councils, feature_councils)

Expand Down

0 comments on commit e6e2bc8

Please sign in to comment.