Skip to content

Commit

Permalink
Fix histogram query
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Jun 13, 2024
1 parent 0e30256 commit 03212eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abcd/backends/atoms_opensearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ def hist(
query = self.parser(query)
logger.info("parsed query: %s", query)

data = self.property(name, query)
data = self.property(name, query=query)
return utils.histogram(name, data, **kwargs)

def __repr__(self):
Expand Down

0 comments on commit 03212eb

Please sign in to comment.