Skip to content

Add __repr__ for Pipeline #151

Merged
merged 2 commits into from
Oct 7, 2021
Merged

Add __repr__ for Pipeline #151

merged 2 commits into from
Oct 7, 2021

Conversation

julia-shenshina
Copy link
Contributor

IMPORTANT: Please do not create a Pull Request without creating an issue first.

Before submitting (must do checklist)

  • Did you read the contribution guide?
  • Did you update the docs? We use Numpy format for all the methods and classes.
  • Did you write any new necessary tests?
  • Did you update the CHANGELOG?

Type of Change

  • Examples / docs / tutorials / contributors update
  • Bug fix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves an existing feature)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Proposed Changes

Related Issue

Closing issues

@codecov-commenter
Copy link

codecov-commenter commented Oct 7, 2021

Codecov Report

Merging #151 (c70a8b6) into master (78f20d2) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #151   +/-   ##
=======================================
  Coverage   87.18%   87.18%           
=======================================
  Files          71       71           
  Lines        3105     3106    +1     
=======================================
+ Hits         2707     2708    +1     
  Misses        398      398           
Impacted Files Coverage Δ
etna/pipeline/pipeline.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 78f20d2...c70a8b6. Read the comment docs.

@martins0n
Copy link
Contributor

👍

@martins0n martins0n merged commit ffbc70e into master Oct 7, 2021
@martins0n martins0n deleted the fix/pipeline-repr branch October 7, 2021 12:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants