Skip to content

Commit

Permalink
Merge branch 'refactor_input' of github.com:jw2249a/FastLink.jl into …
Browse files Browse the repository at this point in the history
…refactor_input

for some reason remote branch is different
  • Loading branch information
jw2249a committed May 6, 2024
2 parents 38d504e + c65f0d6 commit c9f8231
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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
1 change: 1 addition & 0 deletions src/gammas/gammaNUMCKpar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +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::Vector, vecB::Vector,
results::DiBitMatrix;
cut_a=1,cut_b=2,
Expand Down

0 comments on commit c9f8231

Please sign in to comment.