Skip to content

Commit

Permalink
indent h5 close (#96)
Browse files Browse the repository at this point in the history
* indent h5 close

* bump default tensorflow version

Co-authored-by: Alyssa Morrow <alyssamorrow@Alyssas-MacBook-Pro-2.local>
  • Loading branch information
akmorrow13 and Alyssa Morrow authored Aug 30, 2022
1 parent 45cf156 commit b8d672a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/parallel_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def processGroups(n):
if i % 100 == 0:
logger.info("Writing %i, feature %s,%s..." % (i, cell,target))

h5_file.close()
h5_file.close()

# save row_df to be loaded into maain
row_df.to_csv(os.path.join(download_path, "row_df.csv"))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def read(fname):
warnings.warn(message)

# append tensorflow or tensorflow-gpu to reqs
TENSORFLOW_VERSION="2.6.0"
TENSORFLOW_VERSION="2.9.1"

try:
subprocess.check_output(["nvidia-smi", "-L"])
Expand Down

0 comments on commit b8d672a

Please sign in to comment.