Skip to content

Commit

Permalink
bump version, merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Aug 3, 2020
2 parents 202eb40 + 657ff50 commit 8579ac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brainweb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .utils import __all__ # NOQA
__author__ = "Casper O. da Costa-Luis <casper.dcl@physics.org>"
__licence__ = __license__ = "[MPLv2.0](https://www.mozilla.org/MPL/2.0)"
__version__ = "1.5.1"
__version__ = "1.5.2"
2 changes: 1 addition & 1 deletion brainweb/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def plot_slice(z):
ax.set_xticks(())
ax.set_yticks(())
for _ in range(tight_layout):
plt.tight_layout(0, 0, 0)
plt.tight_layout(pad=0, h_pad=0, w_pad=0)
# make sure to clear extra axes
for ax in axs[axs.index(ax) + 1:]:
ax.axis('off')
Expand Down

0 comments on commit 8579ac1

Please sign in to comment.