While in the process of working to update some of the Stan CSV I/O functions, I ran into test/data/fixed_param_sample.csv, which seems to only be used in test/test_sample.py::test_from_csv_fixed_param. The naming here seems to imply that this CSV should have come from fixed param sampling?
But within the config block of this CSV file, we have:
# algorithm = hmc (Default)
So this doesn't seem to actually be a CSV generated via fixed_param sampling? I'm not sure if I'm missing anything here. If so, let me know. If this is a mistake, I can go ahead and update it.