Skip to content

Commit

Permalink
rename namerank package
Browse files Browse the repository at this point in the history
  • Loading branch information
Byczong committed Jan 9, 2025
1 parent 69f8fc8 commit 6eb1dbd
Show file tree
Hide file tree
Showing 41 changed files with 51 additions and 51 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from typing import Tuple, Iterable
import ahocorasick

from namerank.data import get_resource_path
from namerank.static_property import static_property
from nameai.data import get_resource_path
from nameai.static_property import static_property


class Gap(str):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

@contextmanager
def initialize_namerank_config(config_name: Literal['prod_config']):
with initialize_config_module(version_base=None, config_module='namerank.config'):
with initialize_config_module(version_base=None, config_module='nameai.config'):
config = compose(config_name=config_name)
yield config

Expand Down
Loading

0 comments on commit 6eb1dbd

Please sign in to comment.