In your setup for the BishonFrise class, you use range() for floating numbers. Range() only take integers??? maybe use numpy.arange()???
In your setup for the BishonFrise class, you use range() for floating numbers. Range() only take integers???
maybe use numpy.arange()???