Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Nov 28, 2024
1 parent fe42ad1 commit 363872b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mb/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ async def aggregation_stats():
query={"range": {"magnitude": {"gte": 1, "lte": 10}}},
aggs={
"magnitude": {"histogram": {"field": "magnitude", "interval": 1}},
"pga": {"histogram": {"field": "maximum_acceleration", "interval": 200}},
"pga": {"histogram": {"field": "maximum_acceleration", "interval": 10}},
},
size=0,
)
Expand Down

0 comments on commit 363872b

Please sign in to comment.