Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #25

Merged
merged 27 commits into from
Nov 11, 2024
Merged

Dev #25

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into dev
PharmCat authored Oct 30, 2024
commit e9a3aac1ef76096c1d5bd921d28f716483313cb4
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ authors = ["PharmCat <v.s.arnautov@yandex.ru>"]
version = "0.5.14"



[deps]

MetidaBase = "075456b7-4006-432f-9324-2f8453996c49"

Unchanged files with check annotations Beta

intpmr = interpolate(time_cp[taufirstp-1], time_cp[taufirstp], data.dosetime.time, obs_cp[taufirstp-1], obs_cp[taufirstp], calcm, true)
aucpartabl_, aucpartbbl_, tpartabl_, tpartbbl_, aucpartath_, aucpartbth_, tpartath_, tpartbth_, aucpartbtw_ = auctblth(intpmr, obs_cp[taufirstp], data.dosetime.time, time_cp[taufirstp], data.bl, data.th, calcm)
else # else set first point to zero
aucpartabl_, aucpartbbl_, tpartabl_, tpartbbl_, aucpartath_, aucpartbth_, tpartath_, tpartbth_, aucpartbtw_ = auctblth(0, obs_cp[taufirstp], data.dosetime.time, time_cp[taufirstp], data.bl, data.th, calcm)

Check warning on line 1169 in src/nca.jl

Codecov / codecov/patch

src/nca.jl#L1169

Added line #L1169 was not covered by tests
end
pushfirst!(aucpartabl_tau, aucpartabl_)
pushfirst!(aucpartbbl_tau, aucpartbbl_)
aucpartabl_, aucpartbbl_, tpartabl_, tpartbbl_, aucpartath_, aucpartbth_, tpartath_, tpartbth_, aucpartbtw_ = auctblth(obs_cp[taulastp], intpmr, time_cp[taulastp], data.dosetime.time + data.dosetime.tau, data.bl, data.th, calcm)
else # else set first point to zero
aucpartabl_, aucpartbbl_, tpartabl_, tpartbbl_, aucpartath_, aucpartbth_, tpartath_, tpartbth_, aucpartbtw_ = auctblth(obs_cp[taulastp], 0, time_cp[taulastp], data.dosetime.time + data.dosetime.tau, data.bl, data.th, calcm)

Check warning on line 1189 in src/nca.jl

Codecov / codecov/patch

src/nca.jl#L1189

Added line #L1189 was not covered by tests
end
push!(aucpartabl_tau, aucpartabl_)
push!(aucpartbbl_tau, aucpartbbl_)
You are viewing a condensed version of this merge commit. You can view the full changes here.