Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplified parallel structure #57

Merged
merged 43 commits into from
Apr 17, 2024
Merged

Conversation

garrettmflynn
Copy link
Collaborator

This PR improves the parallel demo by removing the extra threading to accommodate the Flask and HTTP relay server. Since the Flask server is already an HTTP server, we don't need both of them. We can simply use Flask to relay events, then allow that to block the main thread until complete.

This more closely mirrors how we'd handle things on the GUIDE.

CodyCBakerPhD and others added 30 commits April 7, 2024 21:15
@garrettmflynn garrettmflynn self-assigned this Apr 15, 2024
@CodyCBakerPhD
Copy link
Member

Looks good, code is much cleaner, just one minor comment about the port stuff

Base automatically changed from metadata-visualization-improvement to main April 17, 2024 04:52
@CodyCBakerPhD
Copy link
Member

@garrettmflynn Some conflicts for some odd reason

Copy link

codecov bot commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.00%. Comparing base (68e1159) to head (db58fa0).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #57      +/-   ##
==========================================
+ Coverage   50.00%   51.00%   +1.00%     
==========================================
  Files           6        6              
  Lines         100      100              
==========================================
+ Hits           50       51       +1     
+ Misses         50       49       -1     
Flag Coverage Δ
unittests 51.00% <ø> (+1.00%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@CodyCBakerPhD CodyCBakerPhD enabled auto-merge (squash) April 17, 2024 15:05
@CodyCBakerPhD CodyCBakerPhD merged commit 2e39378 into main Apr 17, 2024
13 of 14 checks passed
@CodyCBakerPhD CodyCBakerPhD deleted the simplified-parallel-structure branch April 17, 2024 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants