mrc-ide / drjacoby

Flexible Markov chain monte carlo via reparameterization
https://mrc-ide.github.io/drjacoby/
Other
12 stars 5 forks source link

Non-numeric data #109

Open bobverity opened 2 years ago

bobverity commented 2 years ago

Not sure to what extent we can/cannot handle non-numeric data. Now that we input data as list it's possible that this should be perfectly fine already - it's just a catch within R that is preventing this data type from being allowed. But even if so, this should be checked properly with a test and potentially an example.