mirror of
https://codeberg.org/matkoniecz/list_how_openstreetmap_can_be_improved_with_alltheplaces_data.git
synced 2025-04-11 01:59:30 +02:00
hide warning
This commit is contained in:
parent
157c8a18dc
commit
9ffc9fded2
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue