From b4a3ed36d4723ec0216d096da200f08a550a6d54 Mon Sep 17 00:00:00 2001
From: lukasgd <38319063+lukasgd@users.noreply.github.com>
Date: Tue, 17 Jan 2023 23:30:21 +0100
Subject: [PATCH] BluePyOpt API updates (#2045)

This is a small PR to track updates in the BluePyOpt API (cf.
https://github.com/BlueBrain/BluePyOpt/pull/393) compared to the v0.8
release.
---
 doc/tutorial/single_cell_bluepyopt.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/tutorial/single_cell_bluepyopt.rst b/doc/tutorial/single_cell_bluepyopt.rst
index 6f7db0bb..4463645a 100644
--- a/doc/tutorial/single_cell_bluepyopt.rst
+++ b/doc/tutorial/single_cell_bluepyopt.rst
@@ -71,7 +71,7 @@ We can now export the model to a given target directory using the ``create_acc``
 
 .. code-block:: python
 
-   ephys.create_acc.output_acc('path/to/exported/l5pc', cell_model, param_values)
+   cell_model.write_acc('path/to/exported/l5pc', param_values)
 
 This exports a model in a mixed JSON/ACC format analogous to that in the example directory of Arbor at ``python/example/single_cell_bluepyopt/l5pc``. The whole set of steps to construct and export the model is automated in the script `generate_acc.py <https://github.com/BlueBrain/BluePyOpt/blob/master/examples/l5pc/generate_acc.py>`_, part of BluePyOpt.
 
-- 
GitLab