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
The current implementation of calculate_HH breaks if the molecule has undefined particles on its residue_list. This becomes inconvenient if the user wants to use the function in plotting scripts for molecules with many types of different particle types because then one needs to define dummy particles in pyMBE for such particles instead of simply passing a pka_set.
See handy_scripts/plot_HH.py
Suggested behaviour: The function should ignore particles not defined in the pmb.df for the calculation of the HH curve but it should print a warning to terminal to inform the user that such particles have been ignored.
The text was updated successfully, but these errors were encountered:
The current implementation of calculate_HH breaks if the molecule has undefined particles on its residue_list. This becomes inconvenient if the user wants to use the function in plotting scripts for molecules with many types of different particle types because then one needs to define dummy particles in pyMBE for such particles instead of simply passing a pka_set.
See handy_scripts/plot_HH.py
Suggested behaviour: The function should ignore particles not defined in the pmb.df for the calculation of the HH curve but it should print a warning to terminal to inform the user that such particles have been ignored.
The text was updated successfully, but these errors were encountered: