[python-hdf5storage] 150/152: Modified MATLAB test code to reduce output.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:24:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 0.1
in repository python-hdf5storage.

commit c9f675f91f9ee4e2be0aa59dc73ce563836b288f
Author: Freja Nordsiek <fnordsie at gmail.com>
Date:   Sun Feb 16 04:45:31 2014 -0500

    Modified MATLAB test code to reduce output.
---
 tests/read_write_mat.m | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/read_write_mat.m b/tests/read_write_mat.m
index a15651f..4aa3178 100644
--- a/tests/read_write_mat.m
+++ b/tests/read_write_mat.m
@@ -1,4 +1,4 @@
-a = load('python_v7p3.mat')
-save('python_v7.mat','-struct','a','-v7')
+a = load('python_v7p3.mat');
+save('python_v7.mat','-struct','a','-v7');
 
-exit
+exit;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-hdf5storage.git



More information about the debian-science-commits mailing list