Skip to content

Commit 7e523ec

Browse files
committed
Bump version and regenerate
1 parent 5864b3c commit 7e523ec

File tree

4 files changed

+61
-55
lines changed

4 files changed

+61
-55
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.1"
1+
__version__ = "0.5.2"

src/DataSchemas/aind_vr_foraging_rig.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -525,14 +525,14 @@
525525
"display_width": {
526526
"default": 20,
527527
"description": "Display width (cm)",
528-
"minimum": 0.0,
528+
"minimum": 0,
529529
"title": "Display Width",
530530
"type": "number"
531531
},
532532
"display_height": {
533533
"default": 15,
534534
"description": "Display width (cm)",
535-
"minimum": 0.0,
535+
"minimum": 0,
536536
"title": "Display Height",
537537
"type": "number"
538538
}
@@ -1095,20 +1095,20 @@
10951095
"properties": {
10961096
"valve_open_interval": {
10971097
"description": "Time between two consecutive valve openings (s)",
1098-
"exclusiveMinimum": 0.0,
1098+
"exclusiveMinimum": 0,
10991099
"title": "Valve open interval",
11001100
"type": "number"
11011101
},
11021102
"valve_open_time": {
11031103
"description": "Valve open interval (s)",
1104-
"exclusiveMinimum": 0.0,
1104+
"exclusiveMinimum": 0,
11051105
"title": "Valve open time",
11061106
"type": "number"
11071107
},
11081108
"water_weight": {
11091109
"description": "Weight of water delivered (g)",
11101110
"items": {
1111-
"exclusiveMinimum": 0.0,
1111+
"exclusiveMinimum": 0,
11121112
"type": "number"
11131113
},
11141114
"minItems": 1,
@@ -1277,7 +1277,7 @@
12771277
},
12781278
"flow_rate": {
12791279
"default": 100,
1280-
"maximum": 100.0,
1280+
"maximum": 100,
12811281
"title": "Target flow rate. mL/min. If channel_type == CARRIER, this value is ignored.",
12821282
"type": "number"
12831283
},
@@ -1483,16 +1483,16 @@
14831483
"brightness": {
14841484
"default": 0,
14851485
"description": "Brightness",
1486-
"maximum": 1.0,
1487-
"minimum": -1.0,
1486+
"maximum": 1,
1487+
"minimum": -1,
14881488
"title": "Brightness",
14891489
"type": "number"
14901490
},
14911491
"contrast": {
14921492
"default": 1,
14931493
"description": "Contrast",
1494-
"maximum": 1.0,
1495-
"minimum": -1.0,
1494+
"maximum": 1,
1495+
"minimum": -1,
14961496
"title": "Contrast",
14971497
"type": "number"
14981498
}
@@ -1565,7 +1565,7 @@
15651565
"gain": {
15661566
"default": 0,
15671567
"description": "Gain",
1568-
"minimum": 0.0,
1568+
"minimum": 0,
15691569
"title": "Gain",
15701570
"type": "number"
15711571
},
@@ -1574,7 +1574,7 @@
15741574
"description": "Gamma. If None, will disable gamma correction.",
15751575
"oneOf": [
15761576
{
1577-
"minimum": 0.0,
1577+
"minimum": 0,
15781578
"type": "number"
15791579
},
15801580
{
@@ -2075,7 +2075,7 @@
20752075
"wheel_diameter": {
20762076
"default": 15,
20772077
"description": "Wheel diameter",
2078-
"minimum": 0.0,
2078+
"minimum": 0,
20792079
"title": "Wheel Diameter",
20802080
"type": "number"
20812081
},
@@ -2302,7 +2302,7 @@
23022302
"oneOf": [
23032303
{
23042304
"additionalProperties": {
2305-
"exclusiveMinimum": 0.0,
2305+
"exclusiveMinimum": 0,
23062306
"type": "number"
23072307
},
23082308
"type": "object"
@@ -2328,8 +2328,8 @@
23282328
"description": "R2 metric from the linear model.",
23292329
"oneOf": [
23302330
{
2331-
"maximum": 1.0,
2332-
"minimum": 0.0,
2331+
"maximum": 1,
2332+
"minimum": 0,
23332333
"type": "number"
23342334
},
23352335
{
@@ -2344,7 +2344,7 @@
23442344
"oneOf": [
23452345
{
23462346
"items": {
2347-
"exclusiveMinimum": 0.0,
2347+
"exclusiveMinimum": 0,
23482348
"type": "number"
23492349
},
23502350
"minItems": 2,

0 commit comments

Comments
 (0)