Skip to content

Commit

Permalink
BluePyOpt API updates (#2045)
Browse files Browse the repository at this point in the history
This is a small PR to track updates in the BluePyOpt API (cf.
BlueBrain/BluePyOpt#393) compared to the v0.8
release.
  • Loading branch information
lukasgd authored Jan 17, 2023
1 parent eee16c7 commit b4a3ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial/single_cell_bluepyopt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b4a3ed3

Please sign in to comment.