Fabian Peschel

Results 5 comments of Fabian Peschel

@utf Thanks for your reply. I tried running the atomate2 tests locally and I can't see any issues arising when changing to my latest changes in monty and jobflow

In general, I would guess that your described use case is still covered. Looking into the actual implementation of `jsanitize`, we see: ``` if isinstance(obj, dict): return { str(k): jsanitize(...

@gpetretto Thanks for your detailed answer. I cannot really judge how large those issues would be, but in my opinion everything should be fixable. Concerning the tests of emmet and...

The pull request in monty was accepted. We could go ahead and merge this now. If I understand, there are no really big issues preventing this. Please comment again about...

@gpetretto Fyi, I am trying to store the whole enum information in the output. I think this should fix this as well. Here are my pull requests: https://github.com/materialsvirtuallab/monty/pull/640 and https://github.com/materialsproject/jobflow/pull/565...