SD_Toolbox

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed some tests pointing to the wrong folders.

Related to Issue [SDTOOLBOX-46]

    • -115
    • +129
    /trunk/tests/test_output_data.py
Added logging messages for wrong masks.

Related to Issue [SDTOOLBOX-46]

    • -34
    • +30
    /trunk/tests/test_extract_data.py
Added remaining logging.

Related to Issue [SDTOOLBOX-21]

    • -44
    • +31
    /trunk/SDToolBox/data_processing.py
    • -120
    • +103
    /trunk/SDToolBox/predictor_definition.py
Added logger for output_data.

Related to Issue [SDTOOLBOX-21]

    • -198
    • +269
    /trunk/SDToolBox/output_data.py
Added logger for extract_data.

Related to Issue [SDTOOLBOX-21]

    • -254
    • +219
    /trunk/SDToolBox/extract_data.py
Added logger for input_data. Pytest will show its output (also for TC).

Related to Issue [SDTOOLBOX-21]

Added chunked mask.

Related to Issue [SDTOOLBOX-46]

    • binary
    /trunk/tests/test_data/chunked_data/ERA5_landsea_mask.nc
Removed chunk data.

Related to Issue [SDTOOLBOX-46]

Added u10 data.

Related to Issue [SDTOOLBOX-46]

Added missing import.

Related to Issue [SDTOOLBOX-46]

Corrected test data paths to point to chunked data.
    • -19
    • +12
    /trunk/tests/test_output_data.py
Added 1982 samples.
Added some system test data.
  1. /trunk/tests/test_data/chunked_data/msl_p
testing progress up to approx. Task 5
added test utils with chunking data util.
    • -0
    • +80
    /trunk/tests/test_utils.py
Monday morning progress
Forgot to add this file to svn.
    • -0
    • +34
    /trunk/tests/test_chunkdata.py
Extended tests and created a script for chunking data.
    • -0
    • +104
    /trunk/tests/test_output_data.py
no_comment
script to chunk data for testing
    • -0
    • +34
    /trunk/tests/test_chunkData.py
task 1b failure
Fixed cleaning properties that get cached after a second call.
Continuing the testing
no_comment
    • -0
    • +515
    /trunk/tests/testing_Etienne/SD_ToolBox_Testing.ipynb
TestingScheme.docx added
    • binary
    /trunk/tests/TestingScheme.docx
Created test_acceptance class.
    • -11
    • +2
    /trunk/SDToolBox/data_processing.py
    • -0
    • +121
    /trunk/tests/test_acceptance.py
    • -14
    • +10
    /trunk/SDToolBox/extract_data.py
added testing by Antolinez

Fixed isinstance as it was not checking for numpy arrays.
Fixed gridded data and lon/lat nearest neighbor which would lead to index out of range.
Added stations key to the output data. Modified get unique indices to avoid issues when filtering lists.