Work a bit on failing tests

This commit is contained in:
Thomas Krijnen
2026-05-06 11:41:43 +02:00
parent ea4747ccb1
commit 4670715ef3
35 changed files with 270 additions and 70 deletions
+1 -1
View File
@@ -2606,7 +2606,7 @@ const ifcopenshell::schema_definition* file::schema() const {
return schema_;
}
std::vector<int> file::get_inverse_indices(int instance_id) {
std::vector<int> file::get_inverse_indices_by_id(int instance_id) {
std::vector<int> return_value;
// Mapping of instance id to attribute offset.