Skip to content

Commit 60198d2

Browse files
[Automated Commit] Format Codebase
1 parent fd89e3c commit 60198d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vision/medical_imaging/3d-unet-kits19/global_vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
TARGET_CASES = json.load(f)
6666
with open(CALIBRATION_CASE_FILE, "r") as f:
6767
CALIB_CASES = json.load(f)
68-
68+
6969
# constants used preprocessing images as well as sliding window inference
7070
MEAN_VAL = 101.0
7171
STDDEV_VAL = 76.9

0 commit comments

Comments
 (0)