[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 05/07: analog: fix failing QA test from inc
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 05/07: analog: fix failing QA test from incorrect import |
Date: |
Wed, 7 Oct 2015 20:51:23 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit f089711a8bf61e1260c10f795112d9eed9302248
Author: Johnathan Corgan <address@hidden>
Date: Wed Oct 7 13:22:06 2015 -0700
analog: fix failing QA test from incorrect import
---
gr-analog/python/analog/qa_random_uniform_source.py | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/gr-analog/python/analog/qa_random_uniform_source.py
b/gr-analog/python/analog/qa_random_uniform_source.py
index 6a6fb82..474c571 100755
--- a/gr-analog/python/analog/qa_random_uniform_source.py
+++ b/gr-analog/python/analog/qa_random_uniform_source.py
@@ -1,29 +1,28 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-#
+#
# Copyright 2015 Free Software Foundation, Inc.
-#
+#
# This file is part of GNU Radio
-#
+#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
-#
+#
# GNU Radio is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-#
+#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
-#
+#
from gnuradio import gr, gr_unittest
-from gnuradio import blocks
-import analog_swig as analog
+from gnuradio import blocks, analog
import numpy as np
- [Commit-gnuradio] [gnuradio] branch master updated (8a4904d -> b1883cb), git, 2015/10/08
- [Commit-gnuradio] [gnuradio] 04/07: Merge remote-tracking branch 'jdemel/random-int', git, 2015/10/08
- [Commit-gnuradio] [gnuradio] 02/07: random-analog: fixed reseed issue, git, 2015/10/08
- [Commit-gnuradio] [gnuradio] 05/07: analog: fix failing QA test from incorrect import,
git <=
- [Commit-gnuradio] [gnuradio] 03/07: fec: add getter to 'ber_bf' total_errors member, change counter types to long, git, 2015/10/08
- [Commit-gnuradio] [gnuradio] 07/07: Merge remote-tracking branch 'jdemel/fec-ber-error-getter', git, 2015/10/08
- [Commit-gnuradio] [gnuradio] 01/07: random-analog: added new uniform integer distribution source, git, 2015/10/08
- [Commit-gnuradio] [gnuradio] 06/07: Merge branch 'maint', git, 2015/10/08