kymatio / kymatio/kymatio.github.io
TypeError: cannot unpack non-iterable int object
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
N = 4096
J = 8
Q = 8
phi_f, psi1_f, psi2_f, _ = scattering_filter_factory(np.log2(N), J, Q, T=2**J)
ERROR while running the above cell:
--> Q1, Q2 = Q
TypeError: cannot unpack non-iterable int object
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the supplied Python snippet and tracing the scattering_filter_factory entry point where Q is unpacked. Check the accepted shape for Q and related call sites; done means the reported invocation no longer raises this TypeError or its supported argument form is made explicit.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100