I have a model that works fine and saves to a netcdf file fine when using the default nuts sampler. However, when using nutpie I cannot save a netcdf file. What I get is TypeError stemming from the sample_stats attribute.
Invalid value for attr ‘sample_stats’: {‘inference_library’: …ect
I tried removing the attribute via delattr but the same error occurs again when try to_netcdf afterwards. Help would be wonderful.