Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-hh committed Nov 15, 2024
1 parent 13e8203 commit e45b954
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bio_datasets/structure/residue.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ def keep_res(res_name):
keep_hydrogens or res_name not in ["H", "D", "D8U"]
)
res_filter = res_filter and (
res_name in chem_component_3to1 and res_name in chem_component_categories
res_name in chem_component_3to1
and res_name in chem_component_categories
)
return res_filter

Expand Down

0 comments on commit e45b954

Please sign in to comment.