There is no way of making a copy of our array with only .arange, .linspace, we need the method a.copy
It should be explicit that methods are allowed, \
If it is indeed allowed, we don't need copy.deepcopy for the filter to_green
If not all methods are allowed, it should precise at least the min/max methods, \
Comparisons operators should be explicit too (< // >) and maybe the binary operators (at least &) if we can use a mask to resolve the to_celluloid filter
There is no way of making a copy of our array with only
.arange, .linspace
, we need the methoda.copy
It should be explicit that methods are allowed, \ If it is indeed allowed, we don't need
copy.deepcopy
for the filterto_green
If not all methods are allowed, it should precise at least the
min/max
methods, \ Comparisons operators should be explicit too (< // >
) and maybe the binary operators (at least&
) if we can use a mask to resolve the to_celluloid filterFixed on: