Skip to content

Commit

Permalink
unify hda build_model
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedongPeng committed May 29, 2024
1 parent 4473c30 commit d11a66e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gdplib/hda/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .HDA_GDP_gdpopt import HDA_model
from .HDA_GDP_gdpopt import HDA_model as build_model

__all__ = ['HDA_model']
__all__ = ['build_model']

0 comments on commit d11a66e

Please sign in to comment.