Require label of Node to be given #124
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 3 warnings
/home/runner/work/oemof-network/oemof-network/tests/test_network_classes.py#L361
node1 = Node(
"n1",
custom_properties={
"foo": "bar",
1: 2,
- }
+ },
)
assert node1.custom_properties["foo"] == "bar"
assert node1.custom_properties[1] == 2
|
clean
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
docs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|