Skip to content

issues Search Results · repo:spm/spm-python language:Python

Filter by

31 results
 (74 ms)

31 results

inspm/spm-python (press backspace or delete to remove)

Didn t see an open issue, what s the reason for not supporting 3.13? Looks like mpython-core supports it: https://github.com/MPython-Package-Factory/mpython-core/blob/1651f7bd2105da1b2ec0d622bd946aa3142ca692/pyproject.toml#L14 ...
  • larsoner
  • 2
  • Opened 
    20 days ago
  • #44

Some spm functionalities (e.g., DCM) can require the user to build its own functions and pass them to spm. We could allow the user to pass Python functions if we build the necessary scaffolding to process ...
enhancement
  • johmedr
  • Opened 
    on Mar 27
  • #43

It is possible to run Python code from Matlab. We have a lot of unit tests written in SPM. We could try to load spm-python as a Python module in Matlab, and then run the unittest on the wrapped functions ...
enhancement
  • johmedr
  • Opened 
    on Mar 27
  • #42

I have saved a cfg_dep that is displayed like this in matlab: dep = cfg_dep object: 1-by-1 tname: Select GCM_*.mat tgt_exbranch: [0×0 struct] tgt_input: [0×0 struct] ...
bug
  • balbasty
  • 1
  • Opened 
    on Mar 25
  • #41

I have this scary warning popping up when some graphics are involved: WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.mathworks.hg.peer.EventUtilities ...
  • balbasty
  • 1
  • Opened 
    on Mar 25
  • #40

I am facing a problem with sparse arrays in my attempt to convert the PEB tutorial (when converting the output of spm_dcm_fit): https://github.com/balbasty/dcm-peb-example-python/tree/convert-python --------------------------------------------------------------------------- ...
bug
  • balbasty
  • 1
  • Opened 
    on Mar 24
  • #38

Should we expose a slightly nicer way of calling non-spm functions? I ve been using this in some of my code: class Builtin: # Wrapper for calls to builtin functions class WrappedBuiltin: ...
enhancement
  • balbasty
  • 1
  • Opened 
    on Mar 24
  • #36

This seems to be due to Jupyter Kernels not having DYLD_LIBRARY_PATH or DYLD_FALLBACK_LIBRARY_PATH set. @balbasty, should we setup these explicitly in the code? Do we build a dependency to the Matlab ...
bug
  • johmedr
  • 2
  • Opened 
    on Mar 20
  • #34

Trying to import spm in mwpython2 gives an error: import spm; spm.Runtime.call( cell , 1, 1) ... RuntimeError: On the Mac, you must run mwpython rather than python to start a session or script that ...
bug
  • johmedr
  • Opened 
    on Mar 20
  • #32
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub