Skip to content

Commit

Permalink
D. Jabs:
Browse files Browse the repository at this point in the history
- Updated workflow file
- Fixed typo in documentation
  • Loading branch information
Dennis Jabs committed Nov 15, 2023
1 parent c5609d0 commit 5403193
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/PyHyperparameterSpace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: Build & Test PyHyperparameterSpace

on:
push:
paths: [
"PyHyperparameterSpace",
"PyHyperparameterSpace/*",
"tests",
"tests/*"
]
paths:
- "PyHyperparameterSpace/**"
- "tests/**"

jobs:
job:
Expand Down
2 changes: 1 addition & 1 deletion PyHyperparameterSpace/hp/abstract_hp.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Hyperparameter(ABC):
default (Any):
Default value of the hyperparameter
shape (Union[int, tuple[int, ...], None]):
shape (Union[tuple[int, ...], None]):
Shape of the hyperparameter
"""

Expand Down

0 comments on commit 5403193

Please sign in to comment.