Skip to content

Commit d4be89a

Browse files
committed
changed .json formatting to align with expected file structure
1 parent d15ddca commit d4be89a

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

tests/unit/test_circ_module_indep_syn_deg_unittest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ def test_get_state(self):
385385
"kd_auxlax": self.init_vals["kd_auxlax"],
386386
"auxin_w": self.init_vals["auxin_w"],
387387
"arr_hist": self.init_vals["arr_hist"],
388-
"circ_mod": "indep_syn_deg",
388+
"circ_mod": "indep_syndeg",
389389
}
390390
self.assertEqual(self.circ_mod.get_state(), expected_state)
391391

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
[
2-
{
1+
{
2+
"0": {
33
"x": 10,
44
"y": 30
55
},
6-
{
6+
"1": {
77
"x": 10,
88
"y": 33
99
},
10-
{
10+
"2": {
1111
"x": 30,
1212
"y": 30
1313
},
14-
{
14+
"3": {
1515
"x": 30,
1616
"y": 33
1717
},
18-
{
18+
"4": {
1919
"x": 10,
2020
"y": 36
2121
},
22-
{
22+
"5": {
2323
"x": 30,
2424
"y": 36
2525
}
26-
]
26+
}

0 commit comments

Comments
 (0)