We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d138e3b commit ce519aaCopy full SHA for ce519aa
datajoint/connection.py
@@ -90,7 +90,7 @@ def connect(self):
90
Connects to the database server.
91
"""
92
with warnings.catch_warnings():
93
- warnings.simplefilter("ignore")
+ warnings.filterwarnings('ignore', '.*deprecated.*')
94
self._conn = client.connect(init_command=self.init_fun,
95
sql_mode="NO_ZERO_DATE,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,"
96
"STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION",
0 commit comments