Skip to content

Commit

Permalink
adding messages to find github actions bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jw2249a committed May 6, 2024
1 parent 65a1b7a commit 87a7548
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ 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: 2 additions & 0 deletions src/patterns.jl
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@ end

function match_and_link(patterns::Vector{DiBitMatrix}, e::Dict{String, Any}, _dims::Tuple{Int64,Int64},
final_name::String)
@info "getting match patterns"
counts=get_match_patterns(patterns)
@info "running emlink"
resultsEM=emlinkMARmov(counts.patterns,
length.(counts.indices),
_dims,
Expand Down

0 comments on commit 87a7548

Please sign in to comment.