Skip to content

Commit

Permalink
Update stats_options to be converted from snake_case to camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvrajjain2003 committed Feb 25, 2024
1 parent 4066ce5 commit 753c8c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clpipe/config/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,7 @@ def convert_project_options(old_options, new_options):
"processing_stream_options": "ProcessingStreamOptions",
"postprocessing_options": "PostProcessingOptions",
"processing_stream": "processing_stream",
"stats_options": "StatsOptions",
}

BATCH_KEY_MAP = {
Expand Down

0 comments on commit 753c8c5

Please sign in to comment.