marl / marl/pysox

Add test support for linux aarch64

Open
#147 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
540
Forks
83
PR merge metrics
No merged PRs in 30d

Description

Hi Team,

I tried testing pysox package on Arm64 architectures but it is generating failure with this assertion error:
```
E AssertionError: OSError not raised

/ws/tests/test_transform.py:3252: AssertionError
```
I checked the documentation and found `pysox/tests/data/noise.prof` file have all the channels which are causing the above error.
Please refer the attached links.

**Commit link:** https://github.com/odidev/pysox/commit/1ad25b841ac07048badeea987efbe7f529638e15

**GHA-logs for Arm64:** https://github.com/odidev/pysox/runs/4163217037?check_suite_focus=true

Could you please share your feedback and your suggestions regarding this issue.

Thanks in advance.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the failure at tests/test_transform.py:3252 on Linux aarch64, then inspect tests/data/noise.prof and the linked Arm64 GitHub Actions run. Compare the referenced commit with the current test behavior and establish the expected OSError outcome; done means the failing test has a verified, architecture-appropriate resolution.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
operating-systems, testing-qa
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.