-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Working on #43. Also updating project to support UV instead of poetry.
- Loading branch information
1 parent
e5e8f8a
commit 1c2a277
Showing
60 changed files
with
4,245 additions
and
976 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[paths] | ||
source = | ||
src/trafficgen | ||
*/site-packages/trafficgen | ||
|
||
[run] | ||
source = trafficgen | ||
branch = True | ||
|
||
[report] | ||
fail_under = 10.0 | ||
show_missing = True | ||
skip_covered = True |
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,20 @@ | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v5.0.0 | ||
hooks: | ||
- id: mixed-line-ending | ||
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.8.3 | ||
hooks: | ||
- id: ruff-format | ||
- id: ruff | ||
# - repo: https://github.com/pre-commit/mirrors-mypy | ||
# rev: v1.13.0 | ||
# hooks: | ||
# - id: mypy | ||
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 was deleted.
Oops, something went wrong.
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,39 @@ | ||
cff-version: 1.2.0 | ||
title: trafficgen | ||
message: Ship Traffic Generator. | ||
type: software | ||
authors: | ||
- name: DNV | ||
address: 'Veritasveien 1, 1363 Høvik' | ||
city: Oslo | ||
website: 'https://www.dnv.com/' | ||
- given-names: Tom Arne | ||
family-names: Pedersen | ||
email: Tom.Arne.Pedersen@dnv.com | ||
affiliation: DNV | ||
- given-names: Claas | ||
family-names: Rostock | ||
email: claas.rostock@dnv.com | ||
affiliation: DNV | ||
- given-names: Minos | ||
family-names: Hemrich | ||
email: Minos.Hemrich@dnv.com | ||
affiliation: DNV | ||
testers: | ||
- given-names: Grunde | ||
family-names: Løvoll | ||
affiliation: DNV | ||
- given-names: Stephanie | ||
family-names: Kemna | ||
affiliation: DNV | ||
abstract: >- | ||
The tool trafficgen generates unlimited set of encounters (based on input parameters) | ||
to allow a systematic assessment of the vessel's ability to act according to COLREG | ||
using simulation-based testing. | ||
keywords: | ||
- Traffic Generator | ||
- Simulation-based testing | ||
- Systematic assessment | ||
license: MIT | ||
url: 'https://github.com/dnv-opensource/ship-traffic-generator' | ||
version: 0.6.0 |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.