You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This constructor is bypassing the one for MongoStore and as a result it does not populate some attributes that are needed by the methods inherited from MongoStore. (i.e. self.safe_update)
The text was updated successfully, but these errors were encountered:
maggma/src/maggma/stores/mongolike.py
Line 557 in df713a2
This constructor is bypassing the one for
MongoStore
and as a result it does not populate some attributes that are needed by the methods inherited fromMongoStore
. (i.e.self.safe_update
)The text was updated successfully, but these errors were encountered: