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

Add empty factory #34

Merged
merged 3 commits into from
Sep 19, 2023
Merged

Add empty factory #34

merged 3 commits into from
Sep 19, 2023

Conversation

0x26res
Copy link
Collaborator

@0x26res 0x26res commented Sep 17, 2023

To avoid downstream node mutating their input, this will use a factory to create empty value.

Though it helps making sure that if a node mutate its input, other nodes are not impacted, it only works when the input is empty.

@0x26res 0x26res self-assigned this Sep 17, 2023
@codecov
Copy link

codecov bot commented Sep 17, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (1a2527a) 100.00% compared to head (a7669fa) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #34   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          833       849   +16     
  Branches       133       141    +8     
=========================================
+ Hits           833       849   +16     
Files Changed Coverage Δ
beavers/engine.py 100.00% <100.00%> (ø)

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

@0x26res 0x26res merged commit c013ecc into main Sep 19, 2023
4 checks passed
@0x26res 0x26res deleted the 25-add-empty-factory branch September 19, 2023 08:48
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