Directory trunk/lsl/tests/

Total Files:
42
Deleted Files:
7
Lines of Code:
14236

[root]/trunk/lsl/tests

Lines of Code

trunk/lsl/tests/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 653 (100.0%) 29677 (100.0%) 45.4
jdowell 630 (96.5%) 28972 (97.6%) 45.9
jayce 23 (3.5%) 705 (2.4%) 30.6

Most Recent Commits

jdowell 2019-12-16 17:28 Rev.: 3049

Stupid incompatible API.

2 lines of code changed in 2 files:

  • trunk/lsl/tests: test_meta.py (+1 -1), test_meta_adp.py (+1 -1)
jdowell 2019-12-16 14:55 Rev.: 3047

Stupid incompatible API.

2 lines of code changed in 2 files:

  • trunk/lsl/tests: test_meta.py (+1 -1), test_meta_adp.py (+1 -1)
jdowell 2019-12-16 14:26 Rev.: 3046

Added in a stub for testing against the new three beam metadata tarballs from LWA-SV.

4 lines of code changed in 2 files:

  • trunk/lsl/tests: test_meta.py (+2), test_meta_adp.py (+2)
jdowell 2019-12-04 10:06 Rev.: 3029

Adjusted the ADP allowed tuning range for the new 20 MHz option.

0 lines of code changed in 1 file:

  • trunk/lsl/tests: test_idf.py (-1)
jdowell 2019-12-03 17:46 Rev.: 3023

Cleaned up some problems with test_idf.py that changed to 19.6 MHz uncovered.

4 lines of code changed in 1 file:

  • trunk/lsl/tests: test_idf.py (+4)
jdowell 2019-12-03 17:20 Rev.: 3022

These SDFs are actually valid for ADP now.

5 lines of code changed in 1 file:

  • trunk/lsl/tests: test_sdf_adp.py (+5 -5)
jdowell 2019-12-03 17:03 Rev.: 3021

Updated LSL for ADP working at 19.6 MHz of bandwidth on the beams.

21 lines of code changed in 2 files:

  • trunk/lsl/tests: test_idf.py (+13 -43), test_sdf_adp.py (+8 -38)
jdowell 2019-11-02 21:08 Rev.: 3016

Added tests for GDBM-based MCS tarballs.

24 lines of code changed in 2 files:

  • trunk/lsl/tests: test_meta.py (+2), test_meta_adp.py (+22)
jdowell 2019-10-28 11:24 Rev.: 3012

Fixed a test that was missed in the changes in r3011. Still waiting on MAIA to come back...

1 lines of code changed in 1 file:

  • trunk/lsl/tests: test_progress.py (+1 -1)
jayce 2019-10-27 09:34 Rev.: 3010

Worked on cleaning up the test failures that are related to the recent changes to the idf.py and sdf.py/sdfADP.py modules.

13 lines of code changed in 3 files:

  • trunk/lsl/tests: test_idf.py (+1 -1), test_sdf.py (+6 -6), test_sdf_adp.py (+6 -6)
jayce 2019-10-21 07:19 Rev.: 3003

Fixed a few problems with the new SplitFileWrapper class and added unit tests for it.

186 lines of code changed in 1 file:

  • trunk/lsl/tests: test_ldp.py (+186)
jayce 2019-10-17 19:28 Rev.: 2998

Cleaned up a a few things in the lsl.sim module to get rid of iq there as well. Also, fixed a few tests that were missed in r2995.

22 lines of code changed in 3 files:

  • trunk/lsl/tests: test_fakedata.py (+10 -10), test_reader.py (+8 -5), test_vdif.py (+4 -4)
jdowell 2019-10-17 16:35 Rev.: 2995

Further cleanup of the lsl.reader inferfaces by moving all FramePayload data into the 'data' attribute.

37 lines of code changed in 2 files:

  • trunk/lsl/tests: test_reader.py (+25 -18), test_reader_adp.py (+12 -12)
jdowell 2019-10-16 19:48 Rev.: 2992

Refactored the lsl.reader module to put all of the Frames, FrameHeader, and FramePayloads under a common base. Renamed FrameData to FramePayload.

112 lines of code changed in 6 files:

  • trunk/lsl/tests: test_buffer.py (+11 -11), test_fakedata.py (+11 -11), test_reader.py (+71 -37), test_reader_adp.py (+12 -12), test_simdp.py (+3 -3), test_vdif.py (+4 -4)
jdowell 2019-10-15 09:44 Rev.: 2980

Fixed a typo in the test_lsl.py test suite.

1 lines of code changed in 1 file:

  • trunk/lsl/tests: test_lsl.py (+1 -1)
jayce 2019-10-14 09:03 Rev.: 2975

Some work on getting the non-'setup.py test' test suite (python test_lsl.py) working under both Python2 and 3 again.

43 lines of code changed in 2 files:

  • trunk/lsl/tests: __init__.py (+3), test_lsl.py (+40 -40)
jdowell 2019-09-06 13:47 Rev.: 2938

Added syntax error checks to test_scripts.py.

1 lines of code changed in 1 file:

  • trunk/lsl/tests: test_scripts.py (+1)
jdowell 2019-08-27 16:00 Rev.: 2919

Added basic module import tracking to LSL.

7 lines of code changed in 2 files:

  • trunk/lsl/tests: __init__.py (+4), test_lsl.py (+3)
jdowell 2019-08-27 15:37 Rev.: 2918

More formatting cleanup. I think I like this better. The only thing left to decide is what to do about the '# -*- coding: utf-8 -*' line.

168 lines of code changed in 42 files:

  • trunk/lsl/tests: __init__.py (+4 -4), test_astro.py (+4 -3), test_beamformer.py (+4 -2), test_buffer.py (+4 -4), test_busy.py (+4 -2), test_catalog.py (+4 -2), test_dp.py (+4 -2), test_fakedata.py (+4 -2), test_filterbank.py (+4 -2), test_fitsidi.py (+4 -2), test_fx.py (+4 -2), test_idf.py (+4 -4), test_imaging.py (+4 -2), test_ldp.py (+4 -2), test_ldp_adp.py (+4 -2), test_lsl.py (+4 -2), test_mathutil.py (+4 -2), test_mcs.py (+4 -2), test_mcs_adp.py (+4 -2), test_measurementset.py (+4 -2), test_meta.py (+4 -2), test_meta_adp.py (+4 -2), test_necutil.py (+4 -2), test_parser.py (+4 -2), test_paths.py (+4 -2), test_progress.py (+4 -2), test_reader.py (+4 -2), test_reader_adp.py (+4 -2), test_robust.py (+4 -2), test_scripts.py (+4 -2), test_sdf.py (+4 -4), test_sdf_adp.py (+4 -4), test_sdfits.py (+4 -2), test_simdp.py (+4 -2), test_simvis.py (+4 -2), test_skymap.py (+4 -2), test_stations.py (+4 -2), test_stattests.py (+4 -2), test_transform.py (+4 -4), test_uvfits.py (+4 -2), test_uvutil.py (+4 -2), test_vdif.py (+4 -2)
jdowell 2019-08-27 11:48 Rev.: 2916

More work on trying to clean up the telemetry module. Plus, unified the 'Python3' boilerplate at the start of each and every module.

195 lines of code changed in 42 files:

  • trunk/lsl/tests: __init__.py (+6 -7), test_astro.py (+6), test_beamformer.py (+2 -1), test_buffer.py (+2 -2), test_busy.py (+6), test_catalog.py (+6), test_dp.py (+2 -2), test_fakedata.py (+2 -2), test_filterbank.py (+6), test_fitsidi.py (+6), test_fx.py (+1 -1), test_idf.py (+2 -1), test_imaging.py (+2 -1), test_ldp.py (+6), test_ldp_adp.py (+6), test_lsl.py (+6 -3), test_mathutil.py (+2 -1), test_mcs.py (+6), test_mcs_adp.py (+6), test_measurementset.py (+6), test_meta.py (+6), test_meta_adp.py (+6), test_necutil.py (+6), test_parser.py (+6 -1), test_paths.py (+6), test_progress.py (+6), test_reader.py (+2 -2), test_reader_adp.py (+2 -2), test_robust.py (+6), test_scripts.py (+6), test_sdf.py (+2 -1), test_sdf_adp.py (+2 -1), test_sdfits.py (+6), test_simdp.py (+6 -3), test_simvis.py (+6), test_skymap.py (+6), test_stations.py (+2 -1), test_stattests.py (+6), test_transform.py (+6), test_uvfits.py (+6), test_uvutil.py (+2 -1), test_vdif.py (+6 -3)
jdowell 2019-08-27 10:53 Rev.: 2914

Added in a new telemetry module to help track LSL usage.

4 lines of code changed in 1 file:

  • trunk/lsl/tests: __init__.py (+4 -1)
jdowell 2019-08-26 11:34 Rev.: 2908

Various fixes for Python3 support. I still need to figure out what is going on with the lsl.misc.total_sorting module.

3 lines of code changed in 4 files:

  • trunk/lsl/tests: test_dp.py (+3 -2), test_idf.py (-4), test_sdf.py (-4), test_sdf_adp.py (-4)
jdowell 2019-08-23 11:41 Rev.: 2906

Removed lsl.misc.mathutil.savitzky_golay since it is provided in scipy v0.14.0+.

1 lines of code changed in 1 file:

  • trunk/lsl/tests: test_mathutil.py (+1 -11)
jdowell 2019-03-28 09:52 Rev.: 2869

Added tests for proper motion support in the alternate phase centers.

16 lines of code changed in 1 file:

  • trunk/lsl/tests: test_idf.py (+16 -1)
jdowell 2019-03-26 11:20 Rev.: 2866

A few more typo fixes associated with the new proper motion support in the IDF module.

2 lines of code changed in 1 file:

  • trunk/lsl/tests: test_idf.py (+2 -2)
jayce 2019-03-26 09:50 Rev.: 2863

Added support for proper motion to the IDF format.

39 lines of code changed in 1 file:

  • trunk/lsl/tests: test_idf.py (+39)
jayce 2019-02-14 16:55 Rev.: 2826

Added a polyphase filter bank poption to the various functions in lsl.correlator.fx.

284 lines of code changed in 1 file:

  • trunk/lsl/tests: test_fx.py (+284 -2)
jayce 2019-01-23 19:09 Rev.: 2774

And fixed another typo from r2772 that was missed in r2773.

4 lines of code changed in 1 file:

  • trunk/lsl/tests: test_idf.py (+4 -4)
jayce 2019-01-23 18:54 Rev.: 2773

Fixed a couple of typos from r2772 and added a check for valid alternate phase center intents.

11 lines of code changed in 1 file:

  • trunk/lsl/tests: test_idf.py (+11 -5)
jayce 2019-01-23 18:39 Rev.: 2772

Added a test for valid IDF Scan intents.

28 lines of code changed in 1 file:

  • trunk/lsl/tests: test_idf.py (+28)
jdowell 2019-01-23 16:03 Rev.: 2769

Fixed a few problems with the IDF test suite that happened when we switched over to the AlternatePhaseCenter class in r2766.

4 lines of code changed in 1 file:

  • trunk/lsl/tests: test_idf.py (+4 -4)
jdowell 2019-01-23 16:00 Rev.: 2768

Added a cap on the number of alternate phase centers that can be set for an scan.

7 lines of code changed in 1 file:

  • trunk/lsl/tests: test_idf.py (+7)
jdowell 2019-01-23 15:45 Rev.: 2766

Converted alternate phase centers to their own objects in the IDF module and cleaned up the test suites.

5 lines of code changed in 1 file:

  • trunk/lsl/tests: test_idf.py (+5 -5)
jdowell 2019-01-23 14:59 Rev.: 2765

Added support for alternate phase centers to the new IDF module. Will this pass?

123 lines of code changed in 1 file:

  • trunk/lsl/tests: test_idf.py (+123)
jdowell 2019-01-22 15:07 Rev.: 2761

And fixed a few more things with the trunk version of the IDF module.

12 lines of code changed in 1 file:

  • trunk/lsl/tests: test_idf.py (+12 -12)
jdowell 2019-01-17 11:56 Rev.: 2757

And now the test IDF test suite needs to actually match what I just changed in the jov-idf.txt file in r2756.

1 lines of code changed in 1 file:

  • trunk/lsl/tests: test_idf.py (+1 -1)
jayce 2019-01-16 19:04 Rev.: 2754

And fixed a few more problems with the IDF module and its unit tests.

0 lines of code changed in 1 file:

  • trunk/lsl/tests: test_idf.py (-2)
jdowell 2019-01-16 17:25 Rev.: 2752

More work on the IDF module and the unit tests (which were not actually ready).

57 lines of code changed in 1 file:

  • trunk/lsl/tests: test_idf.py (+57 -61)
jdowell 2019-01-16 14:44 Rev.: 2751

More cleanup in the IDF module. Added unit tests for the module.

522 lines of code changed in 2 files:

  • trunk/lsl/tests: test_idf.py (new 519), test_lsl.py (+3 -1)
jdowell 2019-01-15 17:34 Rev.: 2748

Fixed a couple more typos from r2746.

1 lines of code changed in 1 file:

  • trunk/lsl/tests: test_sdf_adp.py (+1 -1)

(192 more)

Generated by StatSVN 0.7.0