Fix imports
This commit is contained in:
parent
ea3362e8ab
commit
b9ff93ea3f
@ -7,7 +7,7 @@ sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'src')))
|
||||
|
||||
from mflux.config.model_config import ModelConfig
|
||||
from mflux.config.config import Config
|
||||
from mflux.flux import Flux1
|
||||
from mflux.flux.flux import Flux1
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
@ -4,7 +4,7 @@ import sys
|
||||
|
||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'src')))
|
||||
|
||||
from mflux.flux import Flux1
|
||||
from mflux.flux.flux import Flux1
|
||||
from mflux.config.model_config import ModelConfig
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user