Jason Munro
Jason Munro
`application/json` needs to be set as the content type in response headers for all custom `Response` objects in `emmet-api`.
Example: Using my_store._collection.insert_many() -> 4.34 seconds Using my_store.update() -> 279.79 seconds. `update` is doing a bulk_write of ReplaceOne requests (perhaps pointing to a missing index on the collection I’m inserting...
Passing a list of builders to `mrun` with multiprocessing settings does not currently work. Exit signals are sent to workers after the first builder, causing no others to run.
## Summary - Convenience function added to `MaterialsRester` for obtaining blessed calculation entries for different functionals ## Todos - Add additional function parameters to query structure metadata fields [shown here.](https://api.materialsproject.org/docs#/Materials/search_materials_core_blessed_tasks__get)...
This issue is to discuss what necessary parity should exist between the new and legacy MPRester top level convenience functions (e.g. `MPRester.get_entries_in_chemsys`). Below is list of current breaking differences going...
Logic to return data for equivalent miller indices should be absorbed into the API and moved out of `MPRester`.