ProtoLife / daptics-api

API documentation and clients for the daptics.ai design of experiments engine
https://daptics.ai
GNU General Public License v3.0
1 stars 1 forks source link

Implement automatic exports for `simulate_experiment_responses` and async tasks? #35

Open pzingg opened 3 years ago

pzingg commented 3 years ago

Should the client export automatically, to a CSV file with a well-known name, like "autosimulated.csv", if the auto_export_path option is set? Currently the 'auto_export_path' only works when tasks are polled.

Also, not sure if auto_export_path does anything if the run_tasks_async option is set. Need to test that combination.