Skip to content

Commit

Permalink
feat: back to old next model rule
Browse files Browse the repository at this point in the history
  • Loading branch information
WLM1ke committed Feb 25, 2025
1 parent a5070f8 commit 71034c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions poptimizer/adapters/mongo.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@ async def next_model(self) -> evolve.Model:
[
{
"day": pymongo.ASCENDING,
"ver": pymongo.ASCENDING,
},
{
"alfa_mean": pymongo.ASCENDING,
},
{
"day": pymongo.ASCENDING,
"alfa_mean": pymongo.DESCENDING,
},
{
"day": pymongo.ASCENDING,
"llh_mean": pymongo.ASCENDING,
},
{
"day": pymongo.ASCENDING,
"llh_mean": pymongo.DESCENDING,
},
]
Expand Down

0 comments on commit 71034c4

Please sign in to comment.