Skip to content

changing to axis=1 in _BatchRunner.py #68

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

Merged

Conversation

LevanBokeria
Copy link
Collaborator

As described in the issue, when not paralellising jobs in BatchRunner, the operation is performed column-wise instead of row-wise. Simply changing the axis=0 to axis=1 fixes this.

@LevanBokeria LevanBokeria linked an issue May 19, 2025 that may be closed by this pull request
@LevanBokeria LevanBokeria self-assigned this May 19, 2025
@LevanBokeria LevanBokeria requested a review from MaxBalmus May 19, 2025 13:33
@LevanBokeria LevanBokeria marked this pull request as ready for review May 19, 2025 13:34
@LevanBokeria LevanBokeria requested a review from crangelsmith May 19, 2025 13:42
@LevanBokeria LevanBokeria merged commit 81fe830 into dev May 19, 2025
2 checks passed
@LevanBokeria LevanBokeria deleted the 67-fix-batchrunner-applying-row-wise-instead-of-column-wise branch May 19, 2025 13:56
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.

Fix batchrunner applying row-wise instead of column-wise
2 participants