Liam Lundy

Results 4 issues of Liam Lundy

I know that you mention in the README that a few types are not supported by the writer as of now including date-like types. I didn't see any issues referencing...

We have been using the latest version of MixedModels and have some models that seem to have hit the rescaling code added in https://github.com/JuliaStats/MixedModels.jl/pull/615 before they can be fit. The...

Models that are run with PRAXIS as the optimizer will not terminate. In the simple example below, the model will spin indefinitely but if manually stopped, it will return the...

Loading data with newlines in single quotes doesn't behave according to the YAML specification. For example: ```julia f = """ test: 'this is a single quoted string'""" YAML.load(f) ``` returns...

bug
parser