1. DAPBot

dapbot

Public
AuthorCommitMessageCommit dateIssues
Matt Fisher
f3101c019abMMerge pull request #15 in DAPBOT/dapbot from fix-double-logging to master* commit '6281d1d8bdd31c08d8a9219608bf4cab154f1238': Disable scrapy double logging
Bruce Wallin
39576557053MMerge pull request #24 in DAPBOT/dapbot from timedelay to master* commit '4ffbc24d2b9c6a947505f5efe0a546478fc0627f': timedelay argument to test subcommand
Matt Fisher
4ffbc24d2b9timedelay argument to test subcommand
Bruce Wallin
c73a8bdbd72Fix test failures
Bruce Wallin
a004593344cMMerge pull request #20 in DAPBOT/dapbot from add-source-search-and-urs to master* commit '2f2fa782078e11209838823880c4a7803ae60842': Fix MOD29P1D scenario search dir Don't mix URS auth with actual data requests bump minor Update SPL4CMDL scenario config Make dap_variable_path a derived fixture to dedup Fix indentation Add SPL4CMDL scenario config Factor scenario code into module and add source searching bump patch Enable earthdata login for 'test' subco...
Bruce Wallin
2f2fa782078Fix MOD29P1D scenario search dir
Bruce Wallin
63856b58a54MMerge pull request #22 in DAPBOT/dapbot from fix-help to master* commit '2c36d9cc4153461c3cb07747f832c8955928c2fb': Fix helptext for --scenario-file option
Bruce Wallin
625d7871bebMMerge pull request #23 in DAPBOT/dapbot from urs-querystring-issue to add-source-search-and-urs* commit 'ae1ed50696618b26f79dee749e9233ff38529a73': Don't mix URS auth with actual data requests
Matt Fisher
ae1ed506966Don't mix URS auth with actual data requestsSometimes URS mangles URLs.
Matt Fisher
2c36d9cc415Fix helptext for --scenario-file option
Bruce Wallin
4b9ad71b1f2MMerge branch 'master' into add-source-search-and-ursConflicts: .bumpversion.cfg recipe/meta.yaml setup.py
Bruce Wallin
21b860d2a01MMerge pull request #21 in DAPBOT/dapbot from fix-nc-scaling to master* commit '35f534a4cffe37fc1b6e63332e4c2d02f1d1e089': bump patch Don't auto-mask and auto-scale data read from netcdf
Bruce Wallin
f41e9561b2dbump minor
Bruce Wallin
73ee157ee62Update SPL4CMDL scenario config
Bruce Wallin
35f534a4cffbump patch
Bruce Wallin
c7ae93691a6Don't auto-mask and auto-scale data read from netcdf
Bruce Wallin
eafe808389aMake dap_variable_path a derived fixture to dedup
Bruce Wallin
36bc921bc2eFix indentation
Bruce Wallin
6040dbe9241Add SPL4CMDL scenario config
Bruce Wallin
aff893824beFactor scenario code into module and add source searching
Bruce Wallin
7001159b64abump patch
Bruce Wallin
c6c2d69bc18Enable earthdata login for 'test' subcommand
Bruce Wallin
ff3b33f716cbump patch
Bruce Wallin
916bdc53f80Fix manifest.in for new scenarios config dir
Bruce Wallin
5ba52deb664MMerge pull request #17 in DAPBOT/dapbot from scenario-reorg to master* commit '64dbde0da105610edf46d599e62486e816331241': More info in test summary output Revert to ops urls (until source granule search implemented) Raise exception with filename when hdf4 error Update urls in scenarios to TS1 path bump patch Avoid or handle hyperslab equaling None Update test stuff Convert variable_path to dap_name when loading from download More informative ou...
Bruce Wallin
64dbde0da10More info in test summary output
Bruce Wallin
69302aab8b5Revert to ops urls (until source granule search implemented)
Bruce Wallin
a0d4e1c84a3Raise exception with filename when hdf4 error
Bruce Wallin
6f887e1fc75Update urls in scenarios to TS1 path
Bruce Wallin
5c825c15e79bump patch
Bruce Wallin
f4682109108Avoid or handle hyperslab equaling None
Bruce Wallin
71ffb4d2551Update test stuff
Bruce Wallin
89593532172Convert variable_path to dap_name when loading from download
Bruce Wallin
fc0c125e6c1More informative output for xfails
Bruce Wallin
623a306e946Add better variable not found error handlingAlso set empty hyperslab to slice(None) because arr[None] adds a dimension for some reason.
Bruce Wallin
0f629c3caa9Fix hyperslab off-by-one and None bugs
Bruce Wallin
54fcf23a754Organize scenarios
Bruce Wallin
37042ec9899bump patch
Bruce Wallin
93eb3826d81Add python-hdf4 dependency
Bruce Wallin
3380a62d43bMMerge pull request #16 in DAPBOT/dapbot from hdf4-support to master* commit '67d4934be0fe975cc62e6b22e3fdf24a1f063e76': Remove blank lines in tests Move hyperslab helper to config module Constants to top of file Rename 'variables_to_test' config key Fix parameter subset assertion to allow for added dimension variables Get rid of 'all_variables' key in CONFIG bump minor Revise variable handling Add hdf4 unittests and cleanup Add hdf4 science...
Bruce Wallin
67d4934be0fRemove blank lines in tests
Bruce Wallin
750947b6866Move hyperslab helper to config module
Bruce Wallin
476713beccbConstants to top of file
Bruce Wallin
d8719c48d53Rename 'variables_to_test' config key
Bruce Wallin
bae419e4cb2Fix parameter subset assertion to allow for added dimension variables
Bruce Wallin
26d82ef0816Get rid of 'all_variables' key in CONFIGEventually do not want to be dependent on source granule and runtime
Bruce Wallin
ce1a33cfe50bump minor
Bruce Wallin
93880b5b496Revise variable handling
Bruce Wallin
994efa0c1d1Add hdf4 unittests and cleanup
Bruce Wallin
122051d45c4Add hdf4 science dataset support to granule module