Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.idea
.DS_Store
*/*/tests/output
*/tests/output

Binary file removed set_building_to_construction_set/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion set_building_to_construction_set/measure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def run(model, runner, user_arguments)

# check the construction set for reasonableness
if constructionset.empty?
handle = runner.getStringArgumentValue("construction set",user_arguments)
handle = runner.getStringArgumentValue("constructionset",user_arguments)
if handle.empty?
runner.registerError("No construction set was chosen.")
else
Expand Down
209 changes: 0 additions & 209 deletions set_building_to_construction_set/tests/output/test_output.osm

This file was deleted.