Skip to content

Commit

Permalink
refactor(simple_generator): correct some wrong left over text
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernLudwigPTB committed Aug 21, 2022
1 parent caf6605 commit 75d7980
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions agentMET4FOF_tutorials/datastreams/simple_generator.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
"# Tutorial 8 - A simple pipeline to plot a self-made signal\n",
"\n",
"Here we define a simple custom signal agent pipeline. One agent will generate a\n",
"sine signal (in our case based on the built-in *SineGenerator*). The second one plots\n",
"the signals on the dashboard. Every agent of type *MonitorAgent* and\n",
"*MetrologicalMonitorAgent* l.\n",
"sine signal (in our case a self-made *SineGenerator*). The second one plots\n",
"the signals on the dashboard.\n",
"\n",
"We define a *SineGeneratorAgent* for which we have to override the \n",
"functions `init_parameters()` & `agent_loop()` to define the new agent's behaviour.\n",
Expand Down

0 comments on commit 75d7980

Please sign in to comment.