Skip to content

Commit

Permalink
Fixes potential conflicts from other commits
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanbanerjee committed Nov 6, 2023
1 parent 731d90e commit ca1c557
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion preprocess_normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@ def main(configuration_file):
Pipeline for data processing.
"""
dataset_info = read_dataset(configuration_file)
Centerline.list_labels = [50, 49] + list(range(int(dataset_info['last_disc']) + 1))

# generating centerlines
list_centerline = generate_centerline(dataset_info = dataset_info)
Expand Down

0 comments on commit ca1c557

Please sign in to comment.