Skip to content

UDFs with non Stan-compatible return types should not be written out #38

@nsiccha

Description

@nsiccha

In the models generated at https://nsiccha.github.io/StanBlocks.jl/slic/isba-2024.html, UDFs such as

func broadcasted_getindex_logit(int i) {
    return logit;
}

are written out, but Stan of course does not accept this. The fix would be to not write these functions out to the Stan code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions