Skip to content

Commit

Permalink
Update test to add the 2 new columns
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Jan 31, 2024
1 parent 3272c1e commit f2daef5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fink_broker/hbaseUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def load_fink_cols():
--------
>>> fink_cols, fink_nested_cols = load_fink_cols()
>>> print(len(fink_cols))
27
29
>>> print(len(fink_nested_cols))
18
Expand Down Expand Up @@ -109,7 +109,7 @@ def load_all_cols():
>>> root_level, candidates, images, fink_cols, fink_nested_cols = load_all_cols()
>>> out = {**root_level, **candidates, **images, **fink_cols, **fink_nested_cols}
>>> print(len(out))
156
158
"""
fink_cols, fink_nested_cols = load_fink_cols()

Expand Down Expand Up @@ -320,7 +320,7 @@ def load_ztf_index_cols():
--------
>>> out = load_ztf_index_cols()
>>> print(len(out))
81
83
"""
# From `root` or `candidates.`
common = [
Expand Down

0 comments on commit f2daef5

Please sign in to comment.