Skip to content

Commit

Permalink
Merge pull request #1251 from mrapp-ke/remove-ssh-action
Browse files Browse the repository at this point in the history
Remove accidentally committed change
  • Loading branch information
michael-rapp authored Jan 19, 2025
2 parents d510142 + 92385f0 commit 7ea10b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version-file: .version-python
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Prepare ccache
uses: hendrikmuhs/ccache-action@v1
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Defines an interface for all classes that provide access to a subset of the weighted statistics and allows to
* calculate the scores to be predicted by rules that cover such a subset. In addition, the state of the subset can be
* reset multiple times and the scores to be predicted by rules that cover the previous subsets can be calcualted as
* reset multiple times and the scores to be predicted by rules that cover the previous subsets can be calculated as
* well.
*/
class IResettableStatisticsSubset : virtual public IStatisticsSubset {
Expand Down

0 comments on commit 7ea10b0

Please sign in to comment.