cmdstan icon indicating copy to clipboard operation
cmdstan copied to clipboard

[wip] [prototype] Feature/cli11

Open syclik opened this issue 5 years ago • 0 comments

Submisison Checklist

  • [x] Run tests: ./runCmdStanTests.py src/test
  • [x] Declare copyright holder and open-source license: see below

Summary:

Note: this PR should not be merged. This is to have this PR run through continuous integration.

This is the code for a prototype for simplified command line structure.

Intended Effect:

This should pass all tests.

How to Verify:

Run any command that you would from CmdStan. There’s a bit of translation that needs to be done, but this should reproduce CmdStan’s results identically.

Side Effects:

Documentation:

This is lacking a lot of doc. If it’s to make it out of prototype, it’ll need more documentation.

Copyright and Licensing

Please list the copyright holder for the work you are submitting (this will be you or your assignee, such as a university or company):

Generable

By submitting this pull request, the copyright holder is agreeing to license the submitted work under the following licenses:

  • Code: BSD 3-clause (https://opensource.org/licenses/BSD-3-Clause)
  • Documentation: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/)

syclik avatar Aug 29 '20 13:08 syclik