SD_Toolbox

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added property for OutputData so that variables can be accessed directly.

Added tests to verify the shortcut.

Related to Issue [SDTOOLBOX-51]

Forgot to commit the assert between dictionaries.

Related to Issue [SDTOOLBOX-50]

The keys can be extracted with a built in function. A test has been extended to verify the keys are returned as expected.

Related to Issue [SDTOOLBOX-50]

Now we also correctly extract data for one single variable on a single point.

Related to Issue [SDTOOLBOX-47]

Correctly wrongly named tests.

Related to Issue [SDTOOLBOX-47]

Wrapped tests in fixtures.

Related to Issue [SDTOOLBOX-47]

Fixed test not verifying the correct structure.

Related to Issue [SDTOOLBOX-47]

Corrected wrong variable for extracting. Simple test for extract variable and single year now works.

Related to Issue [SDTOOLBOX-47]

Extracted data is no longer a masked array when extracting one single year.

Related to Issue [SDTOOLBOX-47]

    • -16
    • +19
    /trunk/SDToolBox/extract_data.py
Normalized tests.

Related to Issue [SDTOOLBOX-46]

Rename duplicated test name.

Related to Issue [SDTOOLBOX-46]

Extended tests so that we test a bit all the possible workflows.

Related to Issue [SDTOOLBOX-46]

    • -45
    • +225
    /trunk/tests/test_acceptance.py
    • -201
    • +60
    /trunk/tests/test_output_data.py
Improved tests and their verifications.

Related to Issue [SDTOOLBOX-46]

    • -216
    • +149
    /trunk/tests/test_input_data.py
    • -29
    • +14
    /trunk/tests/test_extract_data.py
Renamed generic test to avoid accidentally running it on TeamCity.

Related to Issue [SDTOOLBOX-46]

Renamed etienne tests to avoid failing in TeamCity.

Related to Issue [SDTOOLBOX-46]

    • -0
    • +59
    /trunk/tests/testing_Etienne/chunkData_HS.py
Extended basic test.

Related to Issue [SDTOOLBOX-46]

    • -13
    • +11
    /trunk/tests/test_extract_data.py
updated / removed chunked files

Related to Issue [SDTOOLBOX-46]

  1. … 5 more files in changeset.
Added new notebooks

Related to Issue [SDTOOLBOX-46]

  1. /trunk/tests/testing_Etienne/chunked_data
    • binary
    /trunk/tests/testing_Etienne/chunked_data/ERA5_landsea_mask.nc
updated / removed chunked files

Related to Issue [SDTOOLBOX-46]

updated chunked files
logging added.

Related to Issue [SDTOOLBOX-46]

Extracted get_seamask_positions so that it's testable.

Related to Issue [SDTOOLBOX-46]

    • -11
    • +18
    /trunk/tests/test_output_data.py
    • -12
    • +35
    /trunk/tests/test_extract_data.py
    • -31
    • +52
    /trunk/SDToolBox/extract_data.py
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]