Skip to content

Commit

Permalink
Update rheodata.jl - fix pull request after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
akabla authored Jul 23, 2024
1 parent cc1690e commit 5e75509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rheodata.jl
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@ models_data = extractfitdata(data)
println(models_data)
"""
function extractfitdata(data)
log = data.log
models_dict = Dict{String, Vector{NamedTuple{(:params, :info, :index), Tuple{Any, Any, Int}}}}()

for (idx, entry) in enumerate(log)
Expand Down

0 comments on commit 5e75509

Please sign in to comment.