BHoM / BHoM_Adapter

GNU Lesser General Public License v3.0
7 stars 6 forks source link

Adapter_oM: ActionConfig stores a ComparisonConfig instead of DiffingConfig #272

Closed alelom closed 3 years ago

alelom commented 3 years ago

Issues addressed by this PR

Closes #271

Minor change that should help fixing the Versioning issue with all ActionConfigs. It could be that currently Versioning is failing because there was substantial change in the DiffingConfig (it was renamed from "DiffConfig" and several properties changed; I missed to add Versioning for this in the ActionConfig).

This aligns the ActionConfig correctly to those changes: DiffingConfig is not needed in ActionConfig; instead we use the new ComparisonConfig object. This also adds the Versioning file.

Test files

Changelog

Additional comments

alelom commented 3 years ago

Closing as explained in https://github.com/BHoM/BHoM_Adapter/issues/271#issuecomment-745231820