File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed
Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11#__init__.py
2- from .fluidlearn import *
2+ from fluidlearn .fluidlearn import Solver
3+ from fluidlearn .dataprocess import imp_from_csv
Original file line number Diff line number Diff line change 99__copyright__ = "Copyright 2020, fluidlearn"
1010__credits__ = ["Manu Jayadharan" ]
1111__license__ = ""
12- __version__ = "0.1 .0"
12+ __version__ = "0.2 .0"
1313__maintainer__ = "Manu Jayadharan"
1414__email__ = "manu.jayadharan@pitt.edu"
1515__status__ = "Development"
Original file line number Diff line number Diff line change 77 from tensorflow import keras
88 from tensorflow .keras import backend as K
99
10- import fluidmodels
11- import dataprocess
12- import losses
10+
11+ from fluidlearn import fluidmodels
12+ from fluidlearn import dataprocess
13+ from fluidlearn import losses
1314except Exception as e :
1415 print ("Error occured while importing dependency packages. More details:\n " ,e )
1516
1617__author__ = "Manu Jayadharan"
1718__copyright__ = "Copyright 2020, fluidlearn"
1819__credits__ = ["Manu Jayadharan" ]
1920__license__ = ""
20- __version__ = "0.1 .0"
21+ __version__ = "0.2 .0"
2122__maintainer__ = "Manu Jayadharan"
2223__email__ = "manu.jayadharan@pitt.edu"
2324__status__ = "Development"
Original file line number Diff line number Diff line change 1515__copyright__ = "Copyright 2020, fluidlearn"
1616__credits__ = ["Manu Jayadharan" ]
1717__license__ = ""
18- __version__ = "0.1 .0"
18+ __version__ = "0.2 .0"
1919__maintainer__ = "Manu Jayadharan"
2020__email__ = "manu.jayadharan@pitt.edu"
2121__status__ = "Development"
Original file line number Diff line number Diff line change 1010__copyright__ = "Copyright 2020, fluidlearn"
1111__credits__ = ["Manu Jayadharan" ]
1212__license__ = ""
13- __version__ = "0.1 .0"
13+ __version__ = "0.2 .0"
1414__maintainer__ = "Manu Jayadharan"
1515__email__ = "manu.jayadharan@pitt.edu"
1616__status__ = "Development"
You can’t perform that action at this time.
0 commit comments