Skip to content

Commit

Permalink
WIP on hec.quality module
Browse files Browse the repository at this point in the history
  • Loading branch information
perrymanmd committed Oct 9, 2024
1 parent e9132b0 commit 0214551
Show file tree
Hide file tree
Showing 10 changed files with 348,665 additions and 51 deletions.
10 changes: 5 additions & 5 deletions examples/parameter_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 9,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -376,7 +376,7 @@
"\tRaw context = Instantaneous\n",
"\tCwms context = Inst\n",
"\tDSS context = INST-VAL\n",
"\tSS context 1 = INST-CUM (Parameter = Precip or Count)\n",
"\tDSS context 1 = INST-CUM (Parameter = Precip or Count)\n",
"\n",
"Setting default context to CWMS\n",
"\n",
Expand Down Expand Up @@ -409,7 +409,7 @@
"\tRaw context = Instantaneous\n",
"\tCwms context = Inst\n",
"\tDSS context = INST-VAL\n",
"\tSS context 1 = INST-CUM (Parameter = Precip or Count)\n",
"\tDSS context 1 = INST-CUM (Parameter = Precip or Count)\n",
"\n",
"Setting default context to DSS\n",
"\n",
Expand Down Expand Up @@ -442,7 +442,7 @@
"\tRaw context = Instantaneous\n",
"\tCwms context = Inst\n",
"\tDSS context = INST-VAL\n",
"\tSS context 1 = INST-CUM (Parameter = Precip or Count)\n"
"\tDSS context 1 = INST-CUM (Parameter = Precip or Count)\n"
]
}
],
Expand Down Expand Up @@ -480,7 +480,7 @@
" print(f\"\\tRaw context = {ptype.getRawName()}\")\n",
" print(f\"\\tCwms context = {ptype.getCwmsName()}\")\n",
" print(f\"\\tDSS context = {ptype.getDssName()}\")\n",
" print(f\"\\tSS context 1 = {ptype.getDssName(True)} (Parameter = Precip or Count)\")"
" print(f\"\\tDSS context 1 = {ptype.getDssName(True)} (Parameter = Precip or Count)\")"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion run-tests.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
setlocal
set PYTHONPATH=%~dp0\src
set PYTHONPATH=%~dp0\src;%~dp0\test
if "%1" == "" (set SLOW_TEST_COVERAGE=1) else (set SLOW_TEST_COVERAGE=%1)
:--------------------------------------------------------------:
: Warning - 100% coverage can take over 30 minutes to complete :
Expand Down
2 changes: 1 addition & 1 deletion src/hec/parameter.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Provides parameer info
Provides parameter info and operations
Comprises the classes:
* [Parameter](#Parameter)
Expand Down
Loading

0 comments on commit 0214551

Please sign in to comment.