-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Models which use data which contains an empty int-valued list cannot be used.
This does not have a trivial solution since we use JSON for serializing data and JSON cannot distinguish between an empty list of floats and an empty list of ints.
A completely satisfactory solution will probably involve asking Stan or stanc3 to tell us the type of data variables.