Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
frheault committed Jul 8, 2021
1 parent e26a03d commit bb56c8f
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
import argparse
import itertools
import json
import logging
import os
import shutil

import numpy as np

Expand Down Expand Up @@ -71,7 +68,8 @@ def main():
else:
all_matrices.append(tmp_mat)

output_measures_dict = {'RMSE': [], 'correlation': [], 'w_dice_voxels' : [], 'dice_voxels' : []}
output_measures_dict = {'RMSE': [], 'correlation': [],
'w_dice_voxels': [], 'dice_voxels': []}

if args.single_compare:
if args.single_compare in args.in_matrices:
Expand Down

0 comments on commit bb56c8f

Please sign in to comment.