dan-nf
Results
1
comments of
dan-nf
Current workaround is explicitly setting `.feat` attribute to None and deleting the features object before it falls out of scope; e.g.: ``` features.feat = None del features ```