Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: passing parameters for graph construction #42

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

cpelley
Copy link
Collaborator

@cpelley cpelley commented Jul 8, 2024

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

@cpelley cpelley added the bug Something isn't working label Jul 8, 2024
@cpelley cpelley self-assigned this Jul 8, 2024
Copy link

@SamGriffithsMO SamGriffithsMO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cpelley cpelley merged commit 662ecf0 into main Jul 8, 2024
2 checks passed
@cpelley cpelley deleted the FIX_EMPTY_GRAPH_ARGS branch July 8, 2024 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants