-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Broken rules:
A couple of the datasets contains data that is maching to an old version of the BHoM and needs upgrading. They are currently being versioned every time they are loaded, which is slowing down the first use of all datasets in BHoM. Would be good to get this upgrade done before release of next beta.
- Datasets\MEP\PlumbingFixtureFlow_LEED.json
- Datasets\MEP\PlumbingFixtureUsage_LEED.json
Not sure if this is all that need upgrading, but it was the three I found that definitely do.
Currently getting the following types of errors on components using any dataset if it is the first component to load them in a script:
Suggestions to restore compliance:
With versioning implemented, a simple de-serialisation of the dataset (using for example the fileAdapter) and then serialise the upgraded dataset out again should work. Essentially, pull the dataset with the file adapter and then push it back out again.