updating utility to use an ifdef instead of popen#2
Merged
Conversation
Member
Author
|
Jenkins, test this please. |
Contributor
|
Test PASSed. |
syclik
added a commit
that referenced
this pull request
Mar 8, 2014
updating utility to use an ifdef instead of popen
syclik
added a commit
that referenced
this pull request
Mar 18, 2021
Update to CmdStan v2.26.1; Fixes #2.
yizhang-yiz
pushed a commit
to metrumresearchgroup/cmdstan
that referenced
this pull request
Apr 19, 2021
… cc8069ce76..5313afa8a3 5313afa8a3 gitignore 660c8f7cf5 add algebra solver performance test 12e7e553bd add mising fp solver to ss solution f6de64760c default SS solver to Newton, with macros to choose Powell & FP. ddbaea5ed6 update F-K test fixture 74a966e426 flip cmt sign for evid=2 resetting c5202c7591 Merge pull request stan-dev#2 from metrumresearchgroup/evid_8 13e061a3d9 support evid=8(overwrite). 1897a2295d evid = 2 + cmt > 0 indicates reseting that compartment c690276137 one/two cpt model SS solver based on eigen-decomposition 26a8240400 one/two cpt ss infusion > II, based on eigen-decomposition 527a855509 use eigen decomp solution for one/two cpt model transient solver 4d6f4c9b39 Linear ODE SS infusion time > II 86c2a24d80 ODE SS infusion time > II 132f6c8453 model classes are only based their parameterization 4f4ad366b4 rm t0/y0/rate memebers from model classes 3502556dd7 refactor model classes to simplify new model/event addition e219520eeb use event class for transient & ss loads 3904254d05 use event class for steady state cases d64b80c1fd use event class for transient events a084b4d09b fix PKRec class usage issue c11b3e40c3 event class: pmx models func with analytical solution 2ab4d0fa08 use event class in event history loop: cleanup git-subtree-dir: cmdstan/stan/lib/stan_math/stan/math/torsten git-subtree-split: 5313afa8a333c81eac99b649b97061cb5563d548
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thanks, Ben!
This returns the path separator in a safer way than was there before.