Skip to content

Commit

Permalink
Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
JMorado committed Sep 4, 2023
1 parent c87bb40 commit b414e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ In the thread-based pipeline, `Akita` enqueues events into an in-memory queue. T
### Parallel pipeline

In the parallel pipeline, `Akita` enqueues events into an in-memory queue. These events are then consumed by `ConsumerParallel`, which generates futures that are executed concurrently by multiple Dask workers.


## Filesystems

Expand Down

1 comment on commit b414e97

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/dpypeline/akita
   core.py1361360%2–366
   event_handler.py41410%3–215
   factory.py34340%3–174
   queue_events.py1218431%18, 22–23, 27, 40–58, 68–75, 86, 91, 102, 113–117, 121–126, 132–140, 144–155, 159–162, 178–185, 190–194, 206–215, 227–230, 240, 262–271, 276
/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/dpypeline/cli
   argument_parser.py770%2–29
   main_cli.py32320%2–71
   yaml_constructors.py66660%2–130
   yaml_executers.py15150%2–24
   yaml_loader.py18180%2–44
/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/dpypeline/etl_pipeline
   basic_pipeline.py12120%2–34
   core.py52983%103, 115–123, 172, 178
   decorators.py24240%2–61
   thread_pipeline.py330%2–8
/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/dpypeline/event_consumer
   __init__.py110%2
   consumer_parallel.py61610%2–209
   consumer_serial.py21210%2–54
   core.py43430%2–130
/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/dpypeline/filesystems
   __init__.py110%2
   object_store.py90900%2–383
TOTAL82769816% 

Tests Skipped Failures Errors Time
11 0 💤 6 ❌ 0 🔥 0.433s ⏱️

Please sign in to comment.