-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
68 changed files
with
1,732 additions
and
1,626 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.6.0 | ||
rev: v5.0.0 | ||
hooks: | ||
- id: mixed-line-ending | ||
fix: auto | ||
args: [--fix=auto] | ||
- id: trailing-whitespace | ||
- id: check-yaml | ||
- id: check-toml | ||
- id: check-merge-conflict | ||
- repo: https://github.com/astral-sh/ruff-pre-commit | ||
rev: v0.6.2 | ||
rev: v0.9.2 | ||
hooks: | ||
- id: ruff | ||
- id: ruff-format | ||
- id: ruff | ||
# - repo: https://github.com/pre-commit/mirrors-mypy | ||
# rev: v1.9.0 | ||
# rev: v1.14.1 | ||
# hooks: | ||
# - id: mypy | ||
# exclude: tests/ | ||
exclude: '(.venv|.*_cache)/.*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
title: ospx | ||
version: 0.3.1 | ||
abstract: >- | ||
Extension package to farn, adding support to build OSP simulation cases using FMUs. | ||
type: software | ||
authors: | ||
- name: DNV SE | ||
address: 'Brooktorkai 18' | ||
post-code: '20457' | ||
city: Hamburg | ||
country: DE | ||
website: 'https://www.dnv.com/' | ||
- given-names: Frank | ||
family-names: Lumpitzsch | ||
affiliation: DNV | ||
email: [email protected] | ||
website: 'https://www.linkedin.com/in/frank-lumpitzsch-23013196/' | ||
- given-names: Claas | ||
family-names: Rostock | ||
affiliation: DNV | ||
email: [email protected] | ||
website: 'https://www.linkedin.com/in/claasrostock/?locale=en_US' | ||
- given-names: Seunghyeon | ||
family-names: Yoo | ||
affiliation: DNV | ||
email: [email protected] | ||
website: 'https://www.linkedin.com/in/seunghyeon-yoo-3625173b/' | ||
keywords: | ||
- farn | ||
- OSP | ||
- fmi | ||
license: MIT | ||
license-url: 'https://dnv-opensource.github.io/ospx/LICENSE.html' | ||
url: 'https://dnv-opensource.github.io/ospx/README.html' | ||
repository-code: 'https://github.com/dnv-opensource/ospx' | ||
message: 'Please cite this software using these metadata.' | ||
cff-version: 1.2.0 |
Oops, something went wrong.