Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 2, 2024. It is now read-only.
/sdcPublic archive

Fixes incorrect definition of layout for SeriesType#1001

Open
kozlov-alexey wants to merge1 commit intoIntelPython:master
base:master
Choose a base branch
Loading
fromkozlov-alexey:bugfix/issue_996

Conversation

kozlov-alexey
Copy link
Contributor

Details: definition of underlying data type of Series was
done from PyObject dtype only and didn't take into account
layout of original array, as a result 'C' layout was always
inferred, where the original array might have other layout,
which breaks iteration with such columns.

Fixes#996.

@pep8speaks
Copy link

pep8speaks commentedDec 21, 2021
edited
Loading

Hello@kozlov-alexey! Thanks for updating this PR. We checked the lines you've touched forPEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2021-12-21 21:53:14 UTC

Details: definition of underlying data type of Series wasdone from PyObject dtype only and didn't take into accountlayout of original array, as a result 'C' layout was alwaysinferred, where the original array might have other layout,breaking iteration over such Series (DF columns).FixesIntelPython#996.
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@AlexanderKalistratovAlexanderKalistratovAwaiting requested review from AlexanderKalistratov

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

[BUG] python and sdc-compiled functions generate different output with same input
2 participants
@kozlov-alexey@pep8speaks

[8]ページ先頭

©2009-2025 Movatter.jp