This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Description
Discussed in #1248
Originally posted by markusschmaus October 10, 2022
Type.filter_inplace is currently not implemented anywhere in the code and the only place where it is used the NotImplementedError is caught and Type.filter is used instead. Based on the comment it seems that this is some leftover from some earlier feature. Is there any reason why this should be kept around? Otherwise I am going to remove it in #1207.