Skip to content

Commit

Permalink
FIX: update links to models/
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed May 10, 2024
1 parent cd8a843 commit de4718d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ repos:
- id: check-merge-conflict
- id: check-toml
- id: check-yaml
- id: destroyed-symlinks
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
Expand Down
4 changes: 2 additions & 2 deletions docs/HS3.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In parallel to development of the model description format, compatibility with H

## Example of HS3 file

- [HS3_base.json](../HS3_base.json) give description of basic interfaces of the model variables and parameters consistently with HS3. It sets default value of variable, and describes a validation point in HS3 consistent way.
- [HS3_extended.json](../HS3_extended.json) prototypes
- [HS3_base.json](../models/HS3_base.json) give description of basic interfaces of the model variables and parameters consistently with HS3. It sets default value of variable, and describes a validation point in HS3 consistent way.
- [HS3_extended.json](../models/HS3_extended.json) prototypes
- adding jacobian (prior) for phase space generation,
- replacing phase space variables

0 comments on commit de4718d

Please sign in to comment.