You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HIRM constructor calls add_relation for all the relations in the schema using the default map order, which is alphabetical. But add_relation assumes that base_relations are added before any noisy_relations that use them as their base_relations.
Our one HIRM unit test doesn't uncover this, because it uses relation names of the form R[number], and gives higher numbers to the noisy_relations.
The text was updated successfully, but these errors were encountered:
The HIRM constructor calls add_relation for all the relations in the schema using the default map order, which is alphabetical. But add_relation assumes that base_relations are added before any noisy_relations that use them as their base_relations.
Our one HIRM unit test doesn't uncover this, because it uses relation names of the form R[number], and gives higher numbers to the noisy_relations.
The text was updated successfully, but these errors were encountered: