Christopher Paciorek

Results 70 issues of Christopher Paciorek

I'm using conda to install caffe2 under Ubuntu 16.04 in a conda environment (using the exact syntax for conda installation suggested on the caffe2 installation page) and have one suggestion...

bug
documentation
CUDA

A user reported an issue similar to #1185. In this case the problem is with a name that has _VEC appended onto it via `makeVecName`, starting out < 250 chars...

bug

Test number 27 in `test-nimbleList.R` seems to have been failing under MacOS for a while now (we run only one of our test batches under CI for MacOS), including 0.11.1,...

bug

Here's a (non-minimal) reprex. The problem is that the dummy variable starts with "logProb", which presumably causes some issue with internal processing expecting only logProb quantities to have their name...

Looks like C++ increments the index variable after the loop iterations, so we have a subtle, small difference in compiled/uncompiled behavior. This affected the IF2 `continueRun` method where our logic...

cleanup

We can't compile this, which seems like a corner case but could come up if users are trying to write code for multiple cases (i.e., `1:k` where `k` might be...

bug
cleanup

See below for examples of this behavior: 1) `is.na` and `is.nan` return scalars when given vector input. I think they are checking all elements, not just the first. 2) `is.na`...

bug

We have a problem with incompatible input types with `max()` in our C++ . `max` is used to check for incompatible sizes. Here's a simple reprex (simplifying from a user...

bug

As reported to nimble-users, this seg faults. ``` simEpidemicSetup

bug