We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00fc9f commit 90764ebCopy full SHA for 90764eb
1 file changed
src/aind_behavior_vr_foraging/data_mappers/_acquisition.py
@@ -340,6 +340,8 @@ def _get_bonsai_as_code(self) -> acquisition.Code:
340
url=self.repository.remote().url,
341
name="Aind.Behavior.VrForaging",
342
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,
345
language="Bonsai",
346
language_version=bonsai_version,
347
run_script=Path(self.bonsai_app.workflow),
0 commit comments