Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog committed May 7, 2024
1 parent 4a66116 commit 0114584
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
- name: run ruff
run: poetry run ruff check --output-format=github

- name: run format
- name: Run format
run: poetry run ruff format --check

- name: run pyright
- name: Run pyright
run: poetry run pyright

security:
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Generate SBOM
run: poetry run cyclonedx-py poetry > sbom.json

- name: Generace licenses file
- name: Generate licenses file
run: |
poetry run pip-licenses --order=license --format=json --with-description > licenses.txt
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Install dependencies
run: poetry install

- name: run pytest
- name: Run pytest
run: poetry run coverage run -m pytest

- name: run coverage report
Expand All @@ -125,7 +125,6 @@ jobs:
if-no-files-found: error
overwrite: true


- name: run coverage xml
run: poetry run coverage xml

Expand Down
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There are several ways to build and run TAD.

Poetry is a Python package and dependency manager. Before you can install Poetry you first need to install Python. Please follow [these](https://github.com/pyenv/pyenv?tab=readme-ov-file#installation) instructions.

Once you have python available you can install poetry. See [here](https://python-poetry.org/docs/#installation).
Once you have Python available you can install Poetry. See [here](https://python-poetry.org/docs/#installation).

Once you have Poetry and Python installed you can start installing the dependencies with the following shell command.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Transparency for Algorithm Decision making (TAD)
# Transparency of Algorithmic Decision making (TAD)

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/minbzk/tad/ci.yml)
![Codecov (with branch)](https://img.shields.io/codecov/c/github/minbzk/tad/main)
Expand Down
8 changes: 4 additions & 4 deletions publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# metadata file that makes public software easily discoverable.
# More info at https://github.com/italia/publiccode.yml

publiccodeYmlVersion: '0.2'
publiccodeYmlVersion: "0.2"
categories:
- it-development
description:
Expand All @@ -14,7 +14,7 @@ description:
- Algorithm
genericName: tad
longDescription: |
TAD is the acronym for Transparency of Algorithmic Decision making. The goal is to make algorithmic systems more transparant. It achieves this by generating standardized reports. These reports consist of both technical aspects as well as descriptive information about the system and regulatory assessments. For both the system and the model the lifecycle is important, so this is incorporated in both the tool as well as the reports. The definition for an algorithm is derived from the Algoritmeregister.
TAD is the acronym for Transparency of Algorithmic Decision making. The goal is to make algorithmic systems more transparant. It achieves this by generating standardized reports. These reports consist of both technical aspects as well as descriptive information about the system and regulatory assessments. For both the system and the model the lifecycle is important, so this is incorporated in both the tool as well as the reports. The definition for an algorithm is derived from the Algoritmeregister.
link: https://minbzk.github.io/ai-validation/Projects/TAD/
Expand All @@ -34,6 +34,6 @@ maintenance:
name: tad
platforms:
- web
releaseDate: '2024-04-25'
releaseDate: "2024-04-25"
softwareType: standalone/web
url: 'https://github.com/MinBZK/tad'
url: "https://github.com/MinBZK/tad"

0 comments on commit 0114584

Please sign in to comment.