You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimal code to reproduce
Small snippet that contains a minimal amount of code.
stage=pl.task.map(allpkh, Company1, workers=4, maxsize=8)
print(stage)
#have tried with the process also**Expectedbehavior**Thefunctionshouldprinttheresults**LibraryInfo**Pleaseprovideosinfoandelegyversion.
```pythonimportpypelnprint(pypeln.__version__)
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
###The ERROR##
Stage(process_fn=Map(f=<function allpkh at 0x000001BE3DA41318>), workers=4, maxsize=8, total_sources=1, timeout=0, dependencies=[Stage(process_fn=FromIterable(iterable=['1
Minimal code to reproduce
Small snippet that contains a minimal amount of code.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: