maggma icon indicating copy to clipboard operation
maggma copied to clipboard

[Bug] MongoURIStore not able to access some parent attributes.

Open jmmshn opened this issue 2 years ago • 0 comments

https://github.com/materialsproject/maggma/blob/df713a2a920502a85469e69178ecd1ff18c1a78b/src/maggma/stores/mongolike.py#L557

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)

jmmshn avatar Jun 30 '22 20:06 jmmshn