Right way to save traces continuously?

Tried using backends.text and that work, but apparently that’s deprecated. But I don’t see another obvious way to do continuous saving.

Also, backends.text is a little broken because it saves and loads variables slightly differently.
vectors are save in the format ‘name__\d+’ but the regex is looking for ‘name__\d+_\d+’ which breaks.

Hi John,
I’m not sure what you mean by “continuously”, but to save traces we usually encourage people to use ArviZ’s to_netcdf function. Does that answer your question?