Skip to content

Commit bc4f4bc

Browse files
authored
Merge pull request #1538 from AllenNeuralDynamics/cherry-picking-hab-timer-revert
Cherry picking hab timer revert
2 parents dc7d00c + a4ad227 commit bc4f4bc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/foraging_gui/Foraging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7073,7 +7073,7 @@ def _generate_upload_manifest(self):
70737073
"capsule_id": capsule_id,
70747074
"mount": mount,
70757075
"destination": "//allen/aind/scratch/dynamic_foraging_rig_transfer",
7076-
"s3_bucket": "public",
7076+
"s3_bucket": "open",
70777077
"processor_full_name": "AIND Behavior Team",
70787078
"modalities": modalities,
70797079
"schemas": [

src/foraging_gui/ForagingGUI.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
<string> min</string>
281281
</property>
282282
<property name="prefix">
283-
<string> Baseline: </string>
283+
<string> Habituation: </string>
284284
</property>
285285
</widget>
286286
</item>

src/foraging_gui/ForagingGUI_Ephys.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2794,7 +2794,7 @@
27942794
<string> min</string>
27952795
</property>
27962796
<property name="prefix">
2797-
<string> Baseline: </string>
2797+
<string> Habituation: </string>
27982798
</property>
27992799
</widget>
28002800
<widget class="QPushButton" name="NewSession">
@@ -5050,4 +5050,4 @@
50505050
</tabstops>
50515051
<resources/>
50525052
<connections/>
5053-
</ui>
5053+
</ui>

src/foraging_gui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.31"
1+
__version__ = "1.6.42"

0 commit comments

Comments
 (0)