Skip to content

Commit

Permalink
work around the coverage reporting changes in julia-1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Mar 2, 2024
1 parent 3caf981 commit d7e5891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/grr_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const grr_grammar = begin
p(m[i]) || break
last = i
end
last
return last
end

# eat one of keywords
Expand Down
2 changes: 1 addition & 1 deletion src/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ function Base.convert(::Type{JSONFBCModel}, mm::A.AbstractFBCModel)
I, V = findnz(S[:, ri])
res["metabolites"] =
Dict{String,Float64}([met_ids[ii] => vv for (ii, vv) in zip(I, V)])
res
identity(res)
end for (ri, rid) in enumerate(rxn_ids)
]

Expand Down

0 comments on commit d7e5891

Please sign in to comment.