Skip to content

Commit

Permalink
Fix type name
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Jan 18, 2024
1 parent 152c6f6 commit 056edc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fink_broker/hbaseUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def load_fink_cols():
'lower_rate': {'type': 'double', 'default': 0.0},
'upper_rate': {'type': 'double', 'default': 0.0},
'delta_time': {'type': 'double', 'default': 0.0},
'from_upper': {'type': 'bool', 'default': False},
'from_upper': {'type': 'boolean', 'default': False},
}

fink_nested_cols = {}
Expand Down

0 comments on commit 056edc8

Please sign in to comment.