Directory branches/lsl-1.2.x/tests/

Total Files:
43
Deleted Files:
0
Lines of Code:
14028

[root]/branches/lsl-1.2.x/tests

Lines of Code

branches/lsl-1.2.x/tests/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 212 (100.0%) 15295 (100.0%) 72.1
jdowell 199 (93.9%) 14859 (97.1%) 74.6
jayce 13 (6.1%) 436 (2.9%) 33.5

Most Recent Commits

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:

  • branches/lsl-1.2.x/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:

  • branches/lsl-1.2.x/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.

5 lines of code changed in 1 file:

  • branches/lsl-1.2.x/tests: test_idf.py (+5 -1)
jdowell 2019-12-03 17:20 Rev.: 3022

These SDFs are actually valid for ADP now.

5 lines of code changed in 1 file:

  • branches/lsl-1.2.x/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:

  • branches/lsl-1.2.x/tests: test_idf.py (+13 -43), test_sdf_adp.py (+8 -38)
jdowell 2019-11-02 21:31 Rev.: 3017

Fixed a typo in the new GDBM-based MCS tarball tests.

2 lines of code changed in 2 files:

  • branches/lsl-1.2.x/tests: test_meta.py (+1 -1), test_meta_adp.py (+1 -1)
jdowell 2019-11-02 21:08 Rev.: 3016

Added tests for GDBM-based MCS tarballs.

24 lines of code changed in 2 files:

  • branches/lsl-1.2.x/tests: test_meta.py (+2), test_meta_adp.py (+22)
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:

  • branches/lsl-1.2.x/tests: test_dp.py (+3 -2), test_idf.py (-4), test_sdf.py (-4), test_sdf_adp.py (-4)
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:

  • branches/lsl-1.2.x/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:

  • branches/lsl-1.2.x/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:

  • branches/lsl-1.2.x/tests: test_idf.py (+39)
jayce 2019-02-15 10:14 Rev.: 2829

Small tweak to the new PFB interfaces to add a 'window' keyword (that's not used) to make lsl.common.fx easier to maintain. Updated the CHANGELOG.

0 lines of code changed in 1 file:

  • branches/lsl-1.2.x/tests: test_fx.py (-1)
jayce 2019-02-14 16:55 Rev.: 2826

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

279 lines of code changed in 1 file:

  • branches/lsl-1.2.x/tests: test_fx.py (+279 -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:

  • branches/lsl-1.2.x/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:

  • branches/lsl-1.2.x/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:

  • branches/lsl-1.2.x/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:

  • branches/lsl-1.2.x/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:

  • branches/lsl-1.2.x/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:

  • branches/lsl-1.2.x/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:

  • branches/lsl-1.2.x/tests: test_idf.py (+123)
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:

  • branches/lsl-1.2.x/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:

  • branches/lsl-1.2.x/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:

  • branches/lsl-1.2.x/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:

  • branches/lsl-1.2.x/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:

  • branches/lsl-1.2.x/tests: test_sdf_adp.py (+1 -1)
jdowell 2019-01-15 17:12 Rev.: 2747

Fixed a couple of typos in the SDF test suites introduced in r2746.

2 lines of code changed in 2 files:

  • branches/lsl-1.2.x/tests: test_sdf.py (+1 -1), test_sdf_adp.py (+1 -1)
jdowell 2019-01-15 16:47 Rev.: 2746

Added example IDF files to get started on the unit tests and making sure that the SDF parsers to not accept them. Also, fixed a bug in the SDF test suites in the developement version caused by r2742.

6 lines of code changed in 2 files:

  • branches/lsl-1.2.x/tests: test_sdf.py (+3 -1), test_sdf_adp.py (+3 -1)
jayce 2019-01-01 20:46 Rev.: 2731

Fixed another typo in the test_sdf_adp test suite.

8 lines of code changed in 1 file:

  • branches/lsl-1.2.x/tests: test_sdf_adp.py (+8 -8)
jayce 2019-01-01 20:05 Rev.: 2730

Fixed a problem triggering auto-copy from SDFs with no session comments.

46 lines of code changed in 2 files:

  • branches/lsl-1.2.x/tests: test_sdf.py (+23), test_sdf_adp.py (+23)
jayce 2019-01-01 17:44 Rev.: 2729

Fixed code 6 is not valid for LWA-SV right now.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/tests: test_sdf_adp.py (+1 -1)
jayce 2019-01-01 17:07 Rev.: 2728

First commit of 2019svn status ~/CodeSafe/lwa/branches/lsl-1.2.x/! Added support for defining 'flat' Projects and Sessions. Flat in this instance means that there is only one Session in the Project and only one Observation in the Session. Thus, you no longer need to make single element lists to get things added.

20 lines of code changed in 2 files:

  • branches/lsl-1.2.x/tests: test_sdf.py (+10), test_sdf_adp.py (+10)
jdowell 2018-11-20 16:00 Rev.: 2675

r2674 was not the solution to the problem introduced in r2667. This fixed the test suites to get around any reordering of the COMMENTS that astropy/pyfits does.

12 lines of code changed in 3 files:

  • branches/lsl-1.2.x/tests: test_fitsidi.py (+8 -3), test_sdfits.py (+2 -2), test_uvfits.py (+2 -2)
jdowell 2018-11-14 14:59 Rev.: 2650

Fixed an indentation error in test_imaging.py that caused the lsl.imaging test suite to not clean up after itself.

1 lines of code changed in 1 file:

  • branches/lsl-1.2.x/tests: test_imaging.py (+1 -1)
jdowell 2018-11-14 14:07 Rev.: 2647

Added support for writing comments and history to FITS IDI, SDFITS, and UVFITS files.

17 lines of code changed in 3 files:

  • branches/lsl-1.2.x/tests: test_fitsidi.py (+6 -1), test_sdfits.py (+6 -1), test_uvfits.py (+5)
jdowell 2018-11-05 10:59 Rev.: 2640

A few more tweaks to the lsl.misc.parser module to add support for times as MPM values. This should close the loop on what normally comes out of the stations.

22 lines of code changed in 1 file:

  • branches/lsl-1.2.x/tests: test_parser.py (+22 -6)
jdowell 2018-11-05 09:56 Rev.: 2637

Added a couple more functions to the lsl.misc.parser module to work with dates and times from the command line.

34 lines of code changed in 1 file:

  • branches/lsl-1.2.x/tests: test_parser.py (+34)
jdowell 2018-11-02 10:40 Rev.: 2623

A little more work on the lsl.misc.parser module to clean it up/add a few more features I'm looking for.

51 lines of code changed in 1 file:

  • branches/lsl-1.2.x/tests: test_parser.py (+51 -14)
jdowell 2018-11-01 11:46 Rev.: 2618

Another small fix to lsl.misc.parser module to remove the sorting so that the order of the input list os preserved.

2 lines of code changed in 1 file:

  • branches/lsl-1.2.x/tests: test_parser.py (+2 -2)
jdowell 2018-11-01 11:32 Rev.: 2616

Fixed a small problem with the test_parser suite's test of lsl.misc.parser.csv_degrees_list. Updated the minimum required version of PyEphem to deal with convesion problems in the lsl.misc.parser module. There still looks to be something funny going on with Python 2.6.

5 lines of code changed in 1 file:

  • branches/lsl-1.2.x/tests: test_parser.py (+5 -6)
jdowell 2018-11-01 11:12 Rev.: 2615

Added a new lsl.misc.parser module to help with the transition over to argparse.

260 lines of code changed in 2 files:

  • branches/lsl-1.2.x/tests: test_lsl.py (+2), test_parser.py (new 258)

(43 more)

Generated by StatSVN 0.7.0