Skip to content

Commit

Permalink
Pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JMorado committed Sep 4, 2023
1 parent 5022c63 commit 810e62e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_1/2023/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Data description

The Global Surface Summary of the Day (GSOD) dataset is derived from the Integrated Surface Hourly (ISH) dataset.
The Global Surface Summary of the Day (GSOD) dataset is derived from the Integrated Surface Hourly (ISH) dataset.
In this example, we include some of the files available for 2023.

# References
Expand Down
1 change: 1 addition & 0 deletions src/dpypeline/cli/yaml_constructors.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def consumer_parallel_constructor(
kwargs = {str(key): params[key] for key in params if key not in ["akita"]}
return ConsumerParallel(queue=params["akita"].queue, **kwargs)


# TODO: uncomment this when celery pipeline is ready
# def celery_pipeline_constructor(
# loader: yaml.SafeLoader, node: yaml.nodes.MappingNode
Expand Down

1 comment on commit 810e62e

@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.py1213075%22–23, 27, 86, 91, 102, 113–117, 144–155, 184–185, 214–215, 262–271
/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.py62620%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
TOTAL82364022% 

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

Please sign in to comment.