facebookresearch / labgraph

LabGraph is a Python framework for rapidly prototyping experimental systems for real-time streaming applications. It is particularly well-suited to real-time neuroscience, physiology and psychology experiments.
MIT License
162 stars 47 forks source link

created an abstract #86

Open AlexeyAulov opened 2 years ago

AlexeyAulov commented 2 years ago

Description

There was an simplification issue that needed to be done for issue #77. Therefore, I made an abstract of the connections method called returnconnect in order for connections method to return only one line.

Fixes #77

Type of change

abstraction change

Please delete options that are not relevant.

Feature/Issue validation/testing

Please describe the tests [UT/IT] that you ran to verify your changes and relevant result summary. Provide instructions so it can be reproduced.

For Backend cd labgraph python extensions/yaml_support/labgraph_monitor/examples/labgraph_monitor_example.py

For Frontend cd extensions/prototypes/labgraph_monitor yarn start

When the application starts Go to labgraph application and press connect

Please also list any relevant details for your test configuration.

Checklist: