It's now possible to tune the tolerance params when exporting a survey.
s_minimal = we.exchange.csv.export_csv(
survey,
None,
rtol=0.05, default value is 0.1
atol=0.05 default value is 0.1
)
If the `DataFrame` or `.csv` file looks like it's missing some sections then try reducing the `rtol` and `atol` params. This will generate more control points for a given survey.