Skip to content

Commit d556755

Browse files
author
Ivan Cao-Berg
committed
Refactor variable names for clarity.
Remove unused code. Fix bug in conditional statement. Optimize performance by using a more efficient algorithm. Update error messages for better user experience. Add comments for better code documentation. Improve code readability by simplifying complex expressions. Fix typos in comments and function names. Update dependencies to latest versions. Reorganize code structure for better maintainability.
2 parents b40471b + b0f67f0 commit d556755

File tree

6 files changed

+1581
-61
lines changed

6 files changed

+1581
-61
lines changed

LICENSE

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="images/logo.jpg" width="150%">
1+
<img src="images/banner.jpg" width="150%">
22

33
The Brain Image Library (BIL) is a national public resource enabling researchers to deposit, analyze, mine, share and interact with large brain image datasets. BIL encompasses the deposition of datasets, the integration of datasets into a searchable web-accessible system, the redistribution of datasets, and a computational enclave to allow researchers to process datasets in-place and share restricted and pre-release datasets.
44

braininventory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from .get import *
1+
from .get import *

0 commit comments

Comments
 (0)