Push to main by @ClaasRostock #20
push_to_main.yml
on: push
Matrix: test / test
code_quality
/
ruff format
30s
code_quality
/
ruff check
25s
code_quality
/
pyright
1m 19s
build_and_publish_documentation
/
Build and publish documentation in combined version (farn, dictIO, ospx)
51s
Annotations
18 warnings
code_quality / ruff check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
code_quality / ruff format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test / Test on py311-linux
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test / Test on py39-linux
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test / Test on py310-linux
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test / Test on py312-linux
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
code_quality / pyright
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test / Test on py311-windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test / Test on py310-windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test / Test on py312-windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test / Test on py39-windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build_package / Build source distribution
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build_and_publish_documentation / Build and publish documentation in combined version (farn, dictIO, ospx)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, peaceiris/actions-gh-pages@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build_and_publish_documentation / Build and publish documentation in combined version (farn, dictIO, ospx):
README.md#L60
'myst' cross-reference target not found: 'fileFormat.md' [myst.xref_missing]
|
build_and_publish_documentation / Build and publish documentation in combined version (farn, dictIO, ospx):
docs/source/README_dictIO.md#L56
'myst' cross-reference target not found: 'fileFormat.md' [myst.xref_missing]
|
build_and_publish_documentation / Build and publish documentation in combined version (farn, dictIO, ospx):
docs/source/README_farn.md#L59
'myst' cross-reference target not found: 'fileFormat.md' [myst.xref_missing]
|
build_and_publish_documentation / Build and publish documentation in combined version (farn, dictIO, ospx):
docs/source/README_ospx.md#L39
'myst' cross-reference target not found: 'fileFormat.md' [myst.xref_missing]
|
build_and_publish_documentation / Build and publish documentation in combined version (farn, dictIO, ospx):
docs/source/fileFormat.caseDict.md#L61
Lexing literal_block "/*---------------------------------*- C++ -*----------------------------------*\\\nfiletype dictionary; coding utf-8; version 0.1; local --; purpose --;\n\\*----------------------------------------------------------------------------*/\n#include 'paramDict'\n\n_environment\n{\n libSource path/to/a/model/library/on/your/machine;\n}\nsystemStructure\n{\n connections\n {\n minuend_to_difference\n {\n source\n {\n component minuend;\n connector minuend_output;\n }\n target\n {\n component difference;\n connector difference_input_minuend;\n }\n }\n subtrahend_to_difference\n {\n source\n {\n component subtrahend;\n connector subtrahend_output;\n }\n target\n {\n component difference;\n connector difference_input_subtrahend;\n }\n }\n dividend_to_quotient\n {\n source\n {\n component dividend;\n connector dividend_output;\n }\n target\n {\n component quotient;\n connector quotient_input_dividend;\n }\n }\n difference_to_divisor\n {\n source\n {\n component difference;\n connector difference_output;\n }\n target\n {\n component quotient;\n connector quotient_input_divisor;\n }\n }\n }\n components\n {\n difference\n {\n connectors\n {\n difference_input_minuend\n {\n variable difference.IN1;\n type input;\n }\n difference_input_subtrahend\n {\n variable difference.IN2;\n type input;\n }\n difference_output\n {\n variable difference.OUT;\n type output;\n }\n }\n fmu subfolder/in/your/library/difference.fmu;\n }\n quotient\n {\n connectors\n {\n quotient_input_dividend\n {\n variable quotient.IN1;\n type input;\n }\n quotient_input_divisor\n {\n variable quotient.IN2;\n type input;\n }\n quotient_output\n {\n variable quotient.OUT;\n type output;\n }\n\n }\n fmu subfolder/in/your/library/quotient.fmu;\n }\n minuend\n {\n connectors\n {\n minuend_output\n {\n variable constVal.OUT;\n type output;\n }\n }\n initialize\n {\n constVal.IN\n {\n causality parameter;\n variability fixed;\n start $minuend;\n }\n }\n fmu subfolder/in/your/library/constantVal.fmu;\n }\n subtrahend\n {\n
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
artifact
Expired
|
40.3 KB |
|