Janosh Riebesell
Janosh Riebesell
Came here to suggest the same thing. :)
Actually, can't this be done with [Fireworks trackers](https://materialsproject.github.io/fireworks/tracker_tutorial.html)? Something like ```py from atomate.vasp.powerups import add_trackers wf = add_trackers(wf, ["std_err.txt"], nlines=50) ```
Different topic but not sure this warrants a new issue. [The docs state](http://hackingmaterials.lbl.gov/automatminer/advanced.html#time-savers-and-practical-tools): > If you want to ensure your features are used for learning, see the section on customizing...
> I will update the dependencies soon [...] Good to know. In that case feel free to close my PR.
I'll see what I can do this weekend.
Sorry for the delay. Couldn't find any time until now. Where do you want the tests to be located? Inside their own `tests/` directory? And what do you mean with...
> I'm not exactly sure what the best way to do it yet. Should I wait for further instructions then?
I'm happy to help but I don't have a clear idea of what to test and how myself either. Personally, I'm mostly interested in getting the `settings` PR out (#17)...
Nice! Thank you very much. My offer to help with testing still stands, of course. I merged upstream master into my fork and installed `jest` so I'm ready to go....
@Yujie-Cui Did you manage to figure this out?