Skip to content

Commit

Permalink
Improve documentation for config
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaasgoyal committed Jan 25, 2024
1 parent 5b6c6fa commit 2efcd48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/user_guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To use `benchcab`, you need to join the following projects at NCI:

- [ks32][ks32_mynci]
- [hh5][hh5_mynci]
- [wd9][wd9_mynci] if not part of the [cable][cable_mynci]
- [wd9][wd9_mynci] if not part of the [cable][cable_mynci] project

## Installation

Expand Down
4 changes: 2 additions & 2 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

@pytest.fixture()
def config_str(request) -> str:
"""Provide relative YAML path string from data files."""
"""Provide relative YAML path string of data files."""
return f"test/{request.param}"


@pytest.fixture()
def config_path(config_str: str) -> Path:
"""Provide absolute YAML Path object from data files."""
"""Provide absolute YAML Path object of data files."""
return bu.get_installed_root() / "data" / config_str


Expand Down

0 comments on commit 2efcd48

Please sign in to comment.