Skip to content

Commit 8df45a1

Browse files
Merge pull request #141 from computational-cell-analytics/140-update-voxel-size-for-mitochondria2-model
Update inference.py
2 parents 46b6300 + effdb93 commit 8df45a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse_net/inference/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def get_model_training_resolution(model_type: str) -> Dict[str, float]:
113113
"compartments": {"x": 3.47, "y": 3.47, "z": 3.47},
114114
"mitochondria": {"x": 2.07, "y": 2.07, "z": 2.07},
115115
# TODO: this is just copied from the previous mito model, it may be necessary to update this.
116-
"mitochondria2": {"x": 2.07, "y": 2.07, "z": 2.07},
116+
"mitochondria2": {"x": 1.45, "y": 1.45, "z": 1.45},
117117
"cristae": {"x": 1.44, "y": 1.44, "z": 1.44},
118118
"ribbon": {"x": 1.188, "y": 1.188, "z": 1.188},
119119
"vesicles_2d": {"x": 1.35, "y": 1.35},

0 commit comments

Comments
 (0)