Skip to content

Commit 4e82ce1

Browse files
authored
vine: remote warning when using legacy task graph (#4087)
* vine: remote warning when using legacy task graph The warning is not really needed, and it spams each task output in topeft. * format
1 parent 22e25a4 commit 4e82ce1

File tree

1 file changed

+0
-4
lines changed
  • taskvine/src/bindings/python3/ndcctools/taskvine

1 file changed

+0
-4
lines changed

taskvine/src/bindings/python3/ndcctools/taskvine/__init__.py

-4
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
# - @ref ndcctools.taskvine.dask_executor.DaskVine "vine.DaskVine"
3939
#
4040

41-
import warnings
42-
4341
from .manager import (
4442
Manager,
4543
Factory,
@@ -76,8 +74,6 @@ class DaskVineWarning(UserWarning):
7674
from .dask_executor import DaskVine
7775
from .dask_dag import DaskVineDag
7876
except (ImportError, ModuleNotFoundError):
79-
warnings.warn("Dask >= 2024.12.0 not available, using DaskVine legacy task graph representation.", DaskVineWarning)
80-
8177
from .compat import DaskVine
8278
from .compat import DaskVineDag
8379

0 commit comments

Comments
 (0)