Skip to content

Commit

Permalink
bump node-graph to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Dec 11, 2024
1 parent fe749aa commit b89bd16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"numpy~=1.21",
"scipy",
"ase",
"node-graph==0.1.7",
"node-graph==0.1.8",
"node-graph-widget",
"aiida-core>=2.3",
"cloudpickle",
Expand Down
2 changes: 0 additions & 2 deletions tests/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ def test_set_namespace_socket(decorated_add) -> None:
)
assert len(task2.inputs["add.x"]._links) == 1
assert task2.inputs["add"]._value == {
"metadata": {"options": {"stash": {}}},
"monitors": {},
"y": orm.Int(2),
}
assert len(wg.links) == 1
Expand Down

0 comments on commit b89bd16

Please sign in to comment.