Skip to content
Merged
Changes from all commits
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
3 changes: 2 additions & 1 deletion docs/production.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Production encompasses the steps we take before we circulate or submit a paper d
* Do not create a subissue branch until you are ready to make edits.
* When creating a subissue branch, branch off of the main production branch.
* Avoid compiling on subissue branches unless necessary.
* When merging a subissue branch, merge back to the main production branch.
* When merging a subissue branch, merge back to the main production branch and update other open production branches.
* Skip review of pulls for tasks where work has already been reviewed by multiple RAs, except where PI review is requested below.

* When producing task deliverables:
Expand Down Expand Up @@ -95,6 +95,7 @@ Production encompasses the steps we take before we circulate or submit a paper d
#### Deliverables

* Check the below and notify the PI of any suggested changes.
* Randomization is controlled (e.g. by fixed seeds)
* Bootstraps and simulations run with sufficiently high number of draws
* Quadrature accuracy set sufficiently high
* Tolerances on solvers satisfactory
Expand Down