Update test_wholeimage_swap_multispecific.py #260

Open
Fibonacci134 wants to merge 1 commits from Fibonacci134/patch-1 into main
Fibonacci134 commented 2022-05-07 22:05:12 +02:00 (Migrated from github.com)

by adding :
import warnings
warnings.filterwarnings("ignore")

we can get rid of the numerous errors and warnings that appear while doing image swaps.

by adding : import warnings warnings.filterwarnings("ignore") we can get rid of the numerous errors and warnings that appear while doing image swaps.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin Fibonacci134/patch-1:Fibonacci134/patch-1
git checkout Fibonacci134/patch-1
Sign in to join this conversation.