Skip to content

Commit

Permalink
testing if removing cache helps
Browse files Browse the repository at this point in the history
  • Loading branch information
jw2249a committed May 6, 2024
1 parent 62f3d0c commit 65a1b7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/cache@v1
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
Expand Down
2 changes: 1 addition & 1 deletion src/gammas/gammaNUMCKpar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Numeric comparison of two columns
- `cut_a::Number=1`: Lower bound for close string distances.
- `cut_b::Number=2`: Lower bound for partial string distances.
"""
function gammaNUMCKpar!(vecA,vecB,
function gammaNUMCKpar!(vecA, vecB,
results::DiBitMatrix;
cut_a=1,cut_b=2,
partial::Bool=true)
Expand Down

0 comments on commit 65a1b7a

Please sign in to comment.