Skip to content

Commit

Permalink
Expose some of smat.py to the nbl module
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Apr 29, 2021
1 parent c8c5878 commit 4f86ba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions navis/nbl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@

from .nblast_funcs import nblast, nblast_allbyall, nblast_smart
from .synblast_funcs import synblast
from .smat import Lookup2d, smat_fcwb, parse_score_fn

__all__ = ['nblast', 'nblast_allbyall', 'nblast_smart', 'synblast']

0 comments on commit 4f86ba5

Please sign in to comment.