Remove deprecation warnings when running actor tests (#3563)

* remove deprecation warnings when running actor tests

* replacing logger.warn with logger.warning

* Update worker.py

* Update policy_client.py

* Update compression.py
This commit is contained in:
Alexey Tumanov
2018-12-18 17:04:51 -08:00
committed by Philipp Moritz
parent fb33fa9097
commit c4cba98c75
12 changed files with 23 additions and 21 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ class RemoteFunction(object):
num_cpus=None,
num_gpus=None,
resources=None):
logger.warn(
logger.warning(
"WARNING: _submit() is being deprecated. Please use _remote().")
return self._remote(
args=args,