1
0
Fork 0

hide warning

This commit is contained in:
Mateusz Konieczny 2025-01-20 10:57:22 +01:00
parent 157c8a18dc
commit 9ffc9fded2

View file

@ -1,10 +1,10 @@
import os
import matplotlib.pyplot as plt
import warnings
# hide following message:
# UserWarning: Unable to import Axes3D. This may be due to multiple versions of Matplotlib being installed (e.g. as a system package and as a pip package). As a result, the 3D projection is not available.
# TODO: fix it properly
warnings.filterwarnings("ignore", category=UserWarning, message=".*Axes3D.*")
import matplotlib.pyplot as plt
class MatchDistanceDestributionReportCreator: