Skip to content

Commit

Permalink
Update to aind-data-schema==1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Oct 26, 2024
1 parent 283e999 commit a09ac6f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 12 deletions.
25 changes: 20 additions & 5 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies = [
"hdmf>=3.14.0",
"ndx-pose>=0.1.1",
"tables>=3.9.2",
"aind-data-schema==1.1.1",
"pydantic>=2.6.4",
"npc-lims>=0.1.183",
"npc-sync>=0.1.19",
Expand All @@ -33,7 +34,6 @@ dependencies = [
"npc-session>=0.1.39",
"npc-mvr>=0.1.8",
"npc-io>=0.1.30",
"aind-data-schema @ git+https://github.com/AllenNeuralDynamics/aind-data-schema.git@1072-qc-automate-state-properties-in-qualitycontrol-and-evaluation-based-on-metric-states",
]
requires-python = ">=3.9"
readme = "README.md"
Expand Down
7 changes: 1 addition & 6 deletions src/npc_sessions/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3357,7 +3357,7 @@ def _aind_data_streams(self) -> tuple[aind_data_schema.core.session.Stream, ...]
),
ephys_modules=(
ephys_modules := [
aind_data_schema.core.session.EphysModule(
aind_data_schema.core.session.ManipulatorModule(
assembly_name=probe.name.upper(),
arc_angle=0.0,
module_angle=0.0,
Expand All @@ -3384,11 +3384,6 @@ def _aind_data_streams(self) -> tuple[aind_data_schema.core.session.Stream, ...]
unit="micrometer",
)
),
ephys_probes=[
aind_data_schema.core.session.EphysProbeConfig(
name=probe.name.upper(),
)
],
)
for probe in self.probe_letters_to_use
]
Expand Down

0 comments on commit a09ac6f

Please sign in to comment.