agentMET4FOF icon indicating copy to clipboard operation
agentMET4FOF copied to clipboard

Metrological Agent-based system (MET4FOF project)

Results 45 agentMET4FOF issues
Sort by recently updated
recently updated
newest added

I think the test of the tutorials shuts down to quickly to test and raise run time errors. This is due to the test form tut1().shutdown(). The potential alternative tut1()...

On ReadTheDocs our `__init__` docstrings (e.g. for MetrologicalDataStreamMet4FoF) do not appear on ReadTheDocs, although docstrings are there.

For implementation reasons, only scalar (float) uncertainties are supported currently. Ideally vector/iterable values for uncertainties should also be supported.

The longer I work my way through the agents, the more I think it is worth considering to split up all classes that provide distinct behaviour depending on the string...

In [agents.py:l1173](https://github.com/Met4FoF/agentMET4FOF/blob/develop/agentMET4FOF/agents.py#L1173) we have checked, if [`connect == False`](https://github.com/Met4FoF/agentMET4FOF/blob/develop/agentMET4FOF/agents.py#L1172) and then try to connect to an existing network via `self.connect(...)`. That seems to be wrong. @bangxiangyong Can you confirm, that...

At the moment we are appending one set of metadata for each packet send during a call of [MetrologicalMonitorAgent's on_received_message](https://github.com/bangxiangyong/agentMET4FOF/blob/8630fd2fc9f3f73bcacd6fe47c07a99ac86f2c6f/agentMET4FOF/metrological_agents.py#L132) and in the [agents' agent_loop](https://github.com/bangxiangyong/agentMET4FOF/blob/8630fd2fc9f3f73bcacd6fe47c07a99ac86f2c6f/agentMET4FOF/metrological_agents.py#L78). We might as well transfer...

We missed the need for production dependencies because `psutil` went from development to production and in the pipelines all requirements are installed.

The class [DataStreamMET4FOF](https://github.com/bangxiangyong/agentMET4FOF/blob/4e79238b179abbc22a67828724b9ee7ed76872c8/agentMET4FOF/streams.py#L5) was refined and extended quite a bit regarding its streaming capabilities through a provided [generator function](https://github.com/bangxiangyong/agentMET4FOF/blob/4e79238b179abbc22a67828724b9ee7ed76872c8/agentMET4FOF/streams.py#L73) and regarding the incorporation of our package [time-series-metadata](https://github.com/bangxiangyong/agentMET4FOF/blob/4e79238b179abbc22a67828724b9ee7ed76872c8/agentMET4FOF/streams.py#L59). We should now...

At the moment DatastreamMet4FoF provides a [default generator function ](https://github.com/bangxiangyong/agentMET4FOF/blob/develop/agentMET4FOF/streams.py#L74) which is used, when [set_generator_function()](https://github.com/bangxiangyong/agentMET4FOF/blob/develop/agentMET4FOF/streams.py#L78) is called without specifying a function. Since we agreed today, that there actually is no...