Skip to content

Commit 90764eb

Browse files
committed
Add todo note
1 parent b00fc9f commit 90764eb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/aind_behavior_vr_foraging/data_mappers/_acquisition.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,8 @@ def _get_bonsai_as_code(self) -> acquisition.Code:
340340
url=self.repository.remote().url,
341341
name="Aind.Behavior.VrForaging",
342342
version=self.repository.head.commit.hexsha,
343+
# version=__semver__, # TODO slot this in when this is solved https://github.com/AllenNeuralDynamics/aind-data-schema/issues/1789
344+
# sha=self.repository.head.commit.hexsha,
343345
language="Bonsai",
344346
language_version=bonsai_version,
345347
run_script=Path(self.bonsai_app.workflow),

0 commit comments

Comments
 (0)