MetOffice / dagrunner

⛔[EXPERIMENTAL] Directed acyclic graph (DAG) runner and tools
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

BUG: passing parameters for graph construction #42

Closed cpelley closed 2 months ago

cpelley commented 2 months ago

Circumstance of a graph callable being provided but with no arguments, causing a failure.

File "/path/to/lib/python3.9/site-packages/dagrunner/execute_graph.py", line 281, in _process_graph
    self._nxgraph = self._nxgraph(self._nxgraph_kwargs)
TypeError: <lambda>() takes 0 positional arguments but 1 was given
2024-07-08T12:29:15+01:00 CRITICAL - failed/ERR

Issues