Skip to content

Commit

Permalink
Merge branch 'develop' into patch-12
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcouffin authored Dec 5, 2024
2 parents 7f8acdb + 5a81c1a commit 3340c8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def check_model(doc, output):
wall_counts = Counter((wall.Name for wall in walls))

# Load wall list from JSON
allowed_wall_names = set(pick_json()["allowed_wall_types"])`"
allowed_wall_names = set(pick_json()["allowed_wall_types"])

# Initialize results dictionary for found and wrong wall types
wrong_wall_names = set(wall_counts) - allowed_wall_names
Expand Down

0 comments on commit 3340c8c

Please sign in to comment.