SD_Toolbox

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
SDTOOLBOX-59 modified output timestamps to use numpy datetime64.

Related to Issue [SDTOOLBOX-59]

Added extra check to avoid tests running in TeamCity using remote test data.
Added extra check to avoid tests running outside TeamCity.
Now we replace the input data so that we are still returning a usable xarray.

Related to Issue [SDTOOLBOX-55]

    • -0
    • +2
    /trunk/tests/test_predictor_definition.py
    • -2
    • +3
    /trunk/SDToolBox/predictor_definition.py
Minor remarks.
    • -1
    • +15
    /trunk/tests/test_predictor_definition.py
    • -3
    • +2
    /trunk/SDToolBox/predictor_definition.py
update testing local desktop Etienne
updated testing Etienne
added datasets
remote desktop commit
local desktop committed
    • -0
    • +401
    /trunk/tests/testing_Etienne/Debugging.ipynb
    • -0
    • +1262
    /trunk/tests/testing_Etienne/SD_ToolBox_Testing_localD.ipynb
Added MSLP variable for output.
Improved extracted data for gridded data.
Continue testing - remoteD
    • -0
    • +1423
    /trunk/tests/testing_Etienne/SD_ToolBox_Testing_remoteD.ipynb
Hardcoded is gridded data_processing.py call to true so that we don't block the user from operating with other calls. Fail Fast policy.

Related to Issue [SDTOOLBOX-25]

Corrected tests so they point the correct folder. Extended asserts so they give more information when failing.

Related to Issue [SDTOOLBOX-47]

Added nc files generated from sd toolbox.

Related to Issue [SDTOOLBOX-48]

  1. /trunk/tests/test_data/generated_output_data
Updated tests for data processing.

Related to Issue [SDTOOLBOX-25]

    • -86
    • +44
    /trunk/tests/test_predictor_definition.py
Extended tests for statistical model

Related to Issue [SDTOOLBOX-53]

    • -0
    • +62
    /trunk/tests/test_statistical_model.py
Created tests to verify that the output data can be generated for the same cases we are extracting data.

Related to Issue [SDTOOLBOX-47]

    • -25
    • +126
    /trunk/tests/test_acceptance.py
Replaced accessed to variables.

Related to Issue [SDTOOLBOX-51]

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]