bug fixes ....

dev
Steve L. Nyemba 3 years ago
parent 28d919cade
commit 6e45704252

@ -178,7 +178,7 @@ def generate(**_args):
if partition :
lparams['partition'] = partition
handler.load_meta(lparams)
handler.load_meta(**lparams)
#
# Let us now format the matrices by reverting them to a data-frame with values
#

@ -5,7 +5,7 @@ import sys
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
args = {"name":"data-maker",
"version":"1.4.7.2",
"version":"1.4.7.3",
"author":"Vanderbilt University Medical Center","author_email":"steve.l.nyemba@vanderbilt.edu","license":"MIT",
"packages":find_packages(),"keywords":["healthcare","data","transport","protocol"]}
args["install_requires"] = ['data-transport@git+https://dev.the-phi.com/git/steve/data-transport.git','tensorflow==1.15','pandas','pandas-gbq','pymongo']

Loading…
Cancel
Save