Skip to content

Commit

Permalink
Ghost in the shell had removed a value in a bad place. Reverted that …
Browse files Browse the repository at this point in the history
…bit.
  • Loading branch information
nnansters committed May 6, 2024
1 parent 726cd51 commit 9f09409
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ def _populate_thresholds(self, results: pd.DataFrame):
def _create_multilevel_index():
chunk_column_names = ['key', 'chunk_index', 'start_index', 'end_index', 'start_date', 'end_date', 'period']
method_column_names = [
'value',
'sampling_error',
'upper_confidence_boundary',
'lower_confidence_boundary',
Expand Down

0 comments on commit 9f09409

Please sign in to comment.