kymatio / kymatio/kymatio.github.io

TypeError: cannot unpack non-iterable int object

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

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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.