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
docs: specify to call your logger kimmdy.<pluginname>
logging of recipe steps should specify that it's an ix (0-based), not id
fix analysing reactions results csvs that contain new custom functions
analysis tools (trjconcat) do weird things
should we accept np.int subtypes fore RecipeSteps as well instead of just int?
general inconsistencies between xtc, trr, both
plugin authoring: xtc = files.input["xtc"] vs xtc = files.input.get("xtc")... AutofillDict is very clever, but needs better documentation. Maybe too clever.
The text was updated successfully, but these errors were encountered:
kimmdy.<pluginname>
xtc = files.input["xtc"]
vsxtc = files.input.get("xtc")
... AutofillDict is very clever, but needs better documentation. Maybe too clever.The text was updated successfully, but these errors were encountered: