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

Fix map function used in split and reduce steps #1309

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

yorickdevries
Copy link

The Map Reduce function had an error. This PR fixes this by replacing the map function used in split and reduce steps.

Copy link

codecov bot commented Feb 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.3%. Comparing base (f3c7a01) to head (5bb8609).

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1309   +/-   ##
=====================================
  Coverage   86.3%   86.3%           
=====================================
  Files         60      60           
  Lines       4095    4095           
  Branches     653     653           
=====================================
  Hits        3534    3534           
  Misses       391     391           
  Partials     170     170           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@elliotgunton
Copy link
Collaborator

Thanks @yorickdevries - looks like there was a typo mixing up the map_ script template function. Could you rebase your PR to add signoff for DCO to pass? git rebase HEAD~1 --signoff (see the DCO check for details)

dependabot bot and others added 2 commits February 3, 2025 16:31
…abs#1304)

Bumps [types-pyyaml](https://github.com/python/typeshed) from
6.0.12.20240917 to 6.0.12.20241230.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/python/typeshed/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-pyyaml&package-manager=pip&previous-version=6.0.12.20240917&new-version=6.0.12.20241230)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Yorick <[email protected]>
@elliotgunton elliotgunton added semver:patch A change requiring a patch version bump type:documentation A documentation update labels Feb 4, 2025
@elliotgunton elliotgunton enabled auto-merge (squash) February 4, 2025 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch A change requiring a patch version bump type:documentation A documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants