Binarised features inherit their Clarifying Comment from their parent features. However, the inheritance was implemented too late which means the features raised a KeyError when running makecldf.
This patch copies the parent values right when the features are loaded from disk.
Binarised features inherit their Clarifying Comment from their parent features. However, the inheritance was implemented too late which means the features raised a
KeyError
when runningmakecldf
.This patch copies the parent values right when the features are loaded from disk.