Juri Solodenko

Results 242 comments of Juri Solodenko

> Hmm actually no, I did not find a way to do it as observer, only as a parameter, because I need a RHS parameter... Yep, that was what I...

relates to/duplicate of https://github.com/Open-Systems-Pharmacology/PK-Sim/issues/1616

This is not possible, because we can define **several alternatives** for a GFR process in compound, with different GFR fractions ![grafik](https://github.com/Open-Systems-Pharmacology/PK-Sim/assets/25061876/020c779c-c5dd-4a6a-b43d-c58de925451f)

then it would be impossible to update/commit when changing the GFR fraction.

Closing. @PavelBal Please reopen if you still think this is something we should try to implement in the future.

> ok so we don't even know if this works lol ![grafik](https://github.com/Open-Systems-Pharmacology/PK-Sim/assets/25061876/0e5baf29-b520-4fbc-af3c-71e1f51bb1c1)

Looking at the build log - it does not work yet. The reason seems to be that `$lastCommitDate = git log -1 --format=%ci` is called too early - **before** the...

To avoid nightly builds if there were no changes. Like here: the builds 12.0.39-12.0.42 produce the same result as 12.0.38 and just unnecessary entries in the appveyor history ![grafik](https://github.com/Open-Systems-Pharmacology/PK-Sim/assets/25061876/12c70809-ecf8-42cd-abeb-e82b5cd87a40)

That's not directly a problem. But it makes difficult to navigate through the AppVeyor history (dozens of the builds belonging to the same commit), creates new builds e.g. after a...

@rwmcintosh This is fixed now with the GHA build, correct?