Skip to content

Commit

Permalink
Add changes for fef8553
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 6, 2024
1 parent 495c1df commit a74284e
Show file tree
Hide file tree
Showing 290 changed files with 10,507 additions and 46,046 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: cd16b23556d1ace551d8113a6a67012e
config: 6f7ff232fdf4baa1afbebf3b59a016cf
tags: 645f666f9bcd5a90fca523b33c5a78b7
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
2 changes: 1 addition & 1 deletion _sources/autoapi/dacapo/apply/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Module Contents
:param overwrite: Whether to overwrite existing output. Defaults to True.
:type overwrite: bool, optional

:raises ValueError: If the input array is not a ZarrArray.
:raises ValueError: If the input array is not a zarr array.

.. rubric:: Examples

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Module Contents

.. py:class:: ArrayConfig
Base class for array configurations. Each subclass of an
`Array` should have a corresponding config class derived from
`ArrayConfig`. This class should be used to store the configuration
Expand Down Expand Up @@ -45,6 +47,11 @@ Module Contents
:type: str


.. py:method:: array(mode: str = 'r') -> funlib.persistence.Array
:abstractmethod:



.. py:method:: verify() -> Tuple[bool, str]
Check whether this is a valid Array
Expand Down
Loading

0 comments on commit a74284e

Please sign in to comment.