Open dpgrubb13 opened 5 years ago
I've run into this problem as well and used the workaround you mentioned.
So it sounds like the base.yml had:
bar: 123.456
foo: bar
foo_meta: lazycrossref
and the project yml had:
foo: 2.0
yes, something like that.
The following error was thrown:
It occurred because
par.generate_power_straps_options.by_tracks.blockage_spacing
was set to 2.0 directly, but the meta in defaults.yml was set tolazycrossref
, so there was an issue when resolving. It was fixed by getting rid of the override and addingpar.blockage_spacing
directly. Possibly solve this by resetting the meta to null when thelazycrossref
field is overridden by an input.