Skip to content

Commit

Permalink
refactor(metrological_agents): refactor metrological_agents.py into a…
Browse files Browse the repository at this point in the history
… package metrological_agents and include classes into agents
  • Loading branch information
BjoernLudwigPTB committed Jun 30, 2021
1 parent 9da3744 commit 5558008
Show file tree
Hide file tree
Showing 5 changed files with 396 additions and 374 deletions.
2 changes: 1 addition & 1 deletion agentMET4FOF/agents/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .base_agents import AgentMET4FOF, AgentNetwork, MonitorAgent, AgentBuffer
from .signal_agents import SineGeneratorAgent
from .signal_agents import MetrologicalGeneratorAgent, SineGeneratorAgent
Loading

0 comments on commit 5558008

Please sign in to comment.