-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
buildWithinGenerations()claims to acceptbeta = "optimized"/"indexed", but it passes that value down to helpers that doif (beta)(e.g.,createGenDataFrame()), which will error for non-logical values. Either restrictbetato a strict logical (and update error text/docs), or normalize string aliases to TRUE/FALSE before calling downstream functions.
Originally posted by @Copilot in #109
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working