Closed Malar10 closed 3 weeks ago
Fix for ValueError that would occur when using the "palette_arr" parameter in various functions.
The error in question: ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
thanks
Fix for ValueError that would occur when using the "palette_arr" parameter in various functions.
The error in question:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()