Skip to content

Commit

Permalink
Change parameter range
Browse files Browse the repository at this point in the history
  • Loading branch information
YojanaGadiya committed May 24, 2021
1 parent f2791ce commit 44e6f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def get_paths(
desc='Getting paths'
):
if chemical in chemical_els and disease in disease_els:
for lmax in range(5, 8):
for lmax in range(3, 8):
dict_key = f'lmax_{lmax}'

if dict_key not in detailed_info:
Expand Down

0 comments on commit 44e6f69

Please sign in to comment.