Skip to content

Commit

Permalink
Merge pull request #53 from fish-quant/develop
Browse files Browse the repository at this point in the history
v0.5.0 (hotfix)
  • Loading branch information
Henley13 authored Jul 15, 2021
2 parents 59e4210 + fac4a75 commit 5512b6e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include images/*
1 change: 0 additions & 1 deletion bigfish/deep_learning/models_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ def _get_weights_directory():
path = os.path.realpath(__file__)
path = os.path.dirname(path)
path = os.path.dirname(path)
path = os.path.dirname(path)
path = os.path.join(path, "weights")

return path
Expand Down
3 changes: 2 additions & 1 deletion weights/.gitignore → bigfish/weights/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
!.gitignore
!__init__.py
Empty file added bigfish/weights/__init__.py
Empty file.

0 comments on commit 5512b6e

Please sign in to comment.