Skip to content

Commit 642b946

Browse files
committed
update reflink
1 parent 494901f commit 642b946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • data_base/db_initializers/load_simrun_general

data_base/db_initializers/load_simrun_general/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
- Dask dataframe containing the spike times of the postsynaptic cell for all trials.
4545
4646
47-
If you initialize the database with ``rewrite_in_optimized_format=True`` (default), the keys are written as dask dataframes to whichever format is configured as the optimized format (see :py:mod:`~data_base.isf_data_base.db_initializers.load_simrun_general.config`).
47+
If you initialize the database with ``rewrite_in_optimized_format=True`` (default), the keys are written as dask dataframes to whichever format is configured as the optimized format (see :py:mod:`~data_base.db_initializers.load_simrun_general.config`).
4848
If ``rewrite_in_optimized_format=False`` instead, these keys are pickled dask dataframes, containing the instructions to build the dataframe, not the data itself.
4949
5050
.. warning::

0 commit comments

Comments
 (0)