Skip to content

Commit

Permalink
Another test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpquast committed Nov 3, 2024
1 parent d06293d commit f93277b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/format-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
fi
- name: Comment on PR
if: github.event_name == 'pull_request' # Only run this if it's a PR
run: |
curl -X POST \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
Expand Down
2 changes: 1 addition & 1 deletion R/calculate_diff_abundance.R
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ Please provide a valid reference condition.", prefix = "\n", initial = ""))
}
}

if (method == "t-test_mean_sd") {
if (method == "t-test_mean_sd"){
if (ref_condition == "all") {
# creating all pairwise comparisons
all_conditions <- unique(dplyr::pull(data, {{ condition }}))
Expand Down

0 comments on commit f93277b

Please sign in to comment.