Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: formatted_text hasn't reached to a fixpoint in 4 iterations #858

Open
frankier opened this issue Jul 25, 2024 · 0 comments
Open

ERROR: formatted_text hasn't reached to a fixpoint in 4 iterations #858

frankier opened this issue Jul 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@frankier
Copy link

Formatting the following file with style = "sciml", I get ERROR: formatted_text hasn't reached to a fixpoint in 4 iterations

const catr_next_item_aliases = Dict("MFI" => (ability_estimator; parallel = true) -> ItemStrategyNextItemRule(ExhaustiveSearch1Ply(parallel),
        InformationItemCriterion(ability_estimator)),
    "bOpt" => (ability_estimator; parallel = true) -> ItemStrategyNextItemRule(ExhaustiveSearch1Ply(parallel),
        UrryItemCriterion(ability_estimator)),
    #"thOpt",
    #"MLWI",
    #"MPWI",
    #"MEI",
    "MEPV" => (ability_estimator; parallel = true) -> ItemStrategyNextItemRule(ExhaustiveSearch1Ply(parallel),
        ExpectationBasedItemCriterion(ability_estimator,
            AbilityVarianceStateCriterion(ability_estimator)))
    #"progressive",
    #"proportional",
    #"KL",
    #"KLP",
    #"GDI",
    #"GDIP",
    #"random"
)
@domluna domluna added the bug Something isn't working label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants