Skip to content

Commit

Permalink
Fix importing patch_decoder
Browse files Browse the repository at this point in the history
Fix error:  attempted relative import with no known parent package
  • Loading branch information
zgeor committed May 15, 2024
1 parent 24bd19c commit e4845cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timesfm.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from praxis import pytypes
from praxis.layers import normalizations
from praxis.layers import transformers
from . import patched_decoder
import patched_decoder
from utilsforecast.processing import make_future_dataframe

instantiate = base_hyperparams.instantiate
Expand Down

0 comments on commit e4845cc

Please sign in to comment.