Skip to content

Commit

Permalink
Tickets/dm 45892 (#6)
Browse files Browse the repository at this point in the history
* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* WIPO
  • Loading branch information
pothiers authored Aug 27, 2024
1 parent 7f4933e commit b9ea4df
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions notebooks_tsqr/logrep_proto_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"source": [
"# Parameters. Set defaults here.\n",
"# Times Square replaces this cell with the user's parameters.\n",
"env = 'usdf_dev' # usdf-dev, tucson, slac, summit\n",
"log_name = 'narrativelog'\n",
"record_limit = '999'"
]
},
Expand Down Expand Up @@ -48,13 +46,11 @@
"cell_type": "code",
"execution_count": null,
"id": "3",
"metadata": {
"jupyter": {
"source_hidden": true
}
},
"metadata": {},
"outputs": [],
"source": [
"env = 'usdf_dev' # usdf-dev, tucson, slac, summit\n",
"log_name = 'narrativelog'\n",
"log = log_name\n",
"limit = int(record_limit)\n",
"response_timeout = 3.05 # seconds, how long to wait for connection\n",
Expand Down Expand Up @@ -82,9 +78,7 @@
{
"cell_type": "markdown",
"id": "4",
"metadata": {
"jp-MarkdownHeadingCollapsed": true
},
"metadata": {},
"source": [
"<a class=\"anchor\" id=\"setup_source\"></a>\n",
"## Setup Source"
Expand Down

0 comments on commit b9ea4df

Please sign in to comment.