Skip to content

Commit

Permalink
fix more return types
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Jun 10, 2024
1 parent 3053059 commit 8164266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function A.coupling_weights(m::MATFBCModel, cid::String)
)
end

function A.coupling_bounds(m::MATFBCModel)
function A.coupling_bounds(m::MATFBCModel)::Tuple{Vector{Float64},Vector{Float64}}
nc = A.n_couplings(m)
if looks_like_squashed_coupling(m.mat)
c = reshape(m.mat["b"], length(m.mat["b"]))[A.n_reactions(m)+1:end]
Expand Down

0 comments on commit 8164266

Please sign in to comment.