Skip to content

save_interval is not respected in kima.run #26

@Kamuish

Description

@Kamuish

Hi,

I have noticed that when setting the

kima.run(
model,
steps=n_steps,
num_threads=30,
new_level_interval=4000,
save_interval=500,
)

save_interval=500, kima still prints " Saving particle to disk. N = " every 50 samples. The only way to change the interval between disk "saves" seems to be to change the "print_thin" flag. I am not sure if this is an issue only with the terminal output, or with the frequency of I/O operations

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions