From 1bdfab5696ef9e4ab015ca1f82363cac0cfc023b Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Mon, 10 Jun 2024 09:49:32 -0400 Subject: [PATCH] Update backend_configuration.rst (#893) --- docs/user_guide/backend_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/backend_configuration.rst b/docs/user_guide/backend_configuration.rst index 3022e505a..0a5f3dcfd 100644 --- a/docs/user_guide/backend_configuration.rst +++ b/docs/user_guide/backend_configuration.rst @@ -136,7 +136,7 @@ Then we can use this configuration to write the NWB file: dataset_configurations["acquisition/MyTimeSeries/data"] = dataset_configuration - configure_and_write_nwbfile(nwbfile=nwbfile, dataset_configurations=dataset_configurations) + configure_and_write_nwbfile(nwbfile=nwbfile, backend_configuration=backend_configuration, output_filepath="output.nwb") Interfaces and Converters