Skip to content

Commit 7c7a52c

Browse files
Merge branch 'NWBEP0004_reviews' into NWBEP0004_reviews_2
2 parents db2fd99 + 9cd37a8 commit 7c7a52c

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ndx-microscopy"
7-
version = "0.3.0"
7+
version = "0.4.0"
88
authors = [
99
{ name="Alessandra Trapani", email="alessandra.trapani@catalystneuro.com" },
1010
{ name="Cody Baker", email="cody.baker@catalystneuro.com" },

spec/ndx-microscopy.namespace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ namespaces:
3131
- DichroicMirror
3232
- ObjectiveLens
3333
- source: ndx-microscopy.extensions.yaml
34-
version: 0.3.0
34+
version: 0.4.0

src/pynwb/ndx_microscopy/testing/_mock.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import warnings
22
from typing import List, Optional, Tuple
33

4-
import pynwb
54
import ndx_ophys_devices
65
import numpy as np
76
from ndx_ophys_devices import ExcitationSource, OpticalFilter, Photodetector, DichroicMirror
@@ -14,7 +13,7 @@
1413
)
1514

1615
from pynwb.testing.mock.utils import name_generator
17-
16+
from pynwb.core import DynamicTableRegion
1817
import ndx_microscopy
1918

2019

@@ -529,7 +528,7 @@ def mock_VolumetricMicroscopyStaticImage(
529528

530529
def mock_MicroscopyResponseSeries(
531530
*,
532-
rois: pynwb.core.DynamicTableRegion,
531+
rois: DynamicTableRegion,
533532
name: Optional[str] = None,
534533
description: str = "A mock instance of a MicroscopyResponseSeries type to be used for rapid testing.",
535534
data: Optional[np.ndarray] = None,

0 commit comments

Comments
 (0)