Skip to content

Commit

Permalink
fixing the legacy import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NimaLaal committed Apr 22, 2024
1 parent d8ede09 commit 4350411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gibbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import logging
import os
import pickle
import enterprise_extensions.GibbsMethod.BayesPower as BP
import enterprise_extensions.gibbs_sampling.gibbs as BP
import pytest

testdir = os.path.dirname(os.path.abspath(__file__))
Expand Down

0 comments on commit 4350411

Please sign in to comment.