Fix trailing comma in config.json
#2
by B0GMEAT - opened
- config.json +1 -1
config.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
| 35 |
"observer_kwargs": {},
|
| 36 |
"strategy": "tensor_group",
|
| 37 |
"symmetric": true,
|
| 38 |
-
"type": "float"
|
| 39 |
}
|
| 40 |
}
|
| 41 |
},
|
|
|
|
| 35 |
"observer_kwargs": {},
|
| 36 |
"strategy": "tensor_group",
|
| 37 |
"symmetric": true,
|
| 38 |
+
"type": "float"
|
| 39 |
}
|
| 40 |
}
|
| 41 |
},
|