-
the following code
```
# fig.align argument is not supported in Word (align in template docx)
if (knitr::opts_knit$get('rmarkdown.pandoc.to') == 'latex'){
opts_chunk$set(fig.align = "center")
}…
-
Looking through all the `package.yaml`s and our optimization flags are all over the place;
* Some packages have an `optimize` flag, half of these default to "on", half off
* Some packages set `-O0…
-
A couple of header files for package options are currently not included in `the_main_loop.F` and `forward_step.F`. However, in several other header files that these two subroutines include, there are …
-
## Details about Problem
NuGet version: NuGet Client Dev\5.0.0.5821
OS: 16299.RS3_Release_svc_escrow.180502-1908 CSY
## Detailed repro steps
#### Notes:
It only reproes for the first opening of …
-
Under each of the operating system options, all the download files are sequentially listed seemingly arbitrarily. To less technically-savvy users, this may be a bit intimidating.
One way to allevia…
-
### Please confirm these before moving forward
- [X] I have searched for my feature proposal and not found a work-in-progress/duplicate/resolved/discarded issue.
- [X] This improvements refers to an …
-
Since todays update, PulID is no longer working on my end. Doing a rollback to the previous version makes it work again.
The Error:
```
!!! Exception during processing !!! forward_orig() takes …
-
`YAML::Any` should pass along the various dump and load options (e.g. `UseCode`, `LoadCode`, etc), but unfortunately it doesn't.
Here's test code comparing using `YAML::Any` to `YAML::XS` directly:…
-
In addition to #204 and #219 packaging options will be required. This probably makes sense to be generally available with the package as it is a common requirement between all carriers.
-
### What happened?
I ran the following code (almost exactly copy-pasted from different sections of the README):
```julia
using SymbolicRegression, SymbolicUtils
X = randn(2, 100)
y = 2 * cos.…