From f422a413f3a4ffb3914dfc5448df4c95f499c39c Mon Sep 17 00:00:00 2001 From: samwaseda Date: Thu, 22 Feb 2024 08:34:47 +0000 Subject: [PATCH 1/2] Correct test --- tests/unit/test_function.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_function.py b/tests/unit/test_function.py index e69d71ad..ec16721f 100644 --- a/tests/unit/test_function.py +++ b/tests/unit/test_function.py @@ -39,7 +39,7 @@ class TestFunction(unittest.TestCase): def test_instantiation(self): with self.subTest("Void function is allowable"): void_node = Function(void) - self.assertEqual(len(void_node.outputs), 0) + self.assertEqual(len(void_node.outputs), 1) with self.subTest("Args and kwargs at initialization"): node = Function(plus_one) From 7ec7bd8bde2c83aaa4243a0d0c9383eff5bac5dd Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Thu, 22 Feb 2024 08:35:56 +0000 Subject: [PATCH 2/2] [dependabot skip] Update env file --- .binder/environment.yml | 1 - docs/environment.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index c4076b4d..4cdcdbb4 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -22,4 +22,3 @@ dependencies: - pyiron_atomistics =0.4.15 - pyiron-data =0.0.27 - numpy =1.26.4 -- pip: [] diff --git a/docs/environment.yml b/docs/environment.yml index bf603934..0456bff0 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -20,4 +20,3 @@ dependencies: - python-graphviz =0.20.1 - toposort =1.10 - typeguard =4.1.5 -- pip: []