Commit 5e65a2b
committed
Fix CI #284: eigen export, test fixes, remove MnaStep
WinStatic:
- Replace local 'eigen' INTERFACE target with Eigen3::Eigen globally
- Export Qt shader resource targets for static builds (disp)
Test fixes:
- test_bids_coordinate_system: serialize transform matrix in writeJson()
- test_crossval_covariance: update deprecated mne.pick_types() API
- test_dsp_infomax: fix super-Gaussian nonlinearity (-2 -> -1)
- test_inv_cmne: use matDspmData in no-model fallback
- test_mna_graph_execution: add connectivity and type mismatch validation
- test_mne_browse_data: fix off-by-one in annotation duration
- test_sts_cov_estimators: use Toeplitz-structured test data
Refactoring:
- Remove MnaStep (redundant with MnaNode)
- MnaProject::pipeline now stores QList<MnaNode> directly
- Update .mna example file to MnaNode JSON format
- mne_inverse_pipeline uses MnaGraph + MnaGraphExecutor
- Disable auto-fix workflow (workflow_dispatch only)1 parent c042464 commit 5e65a2b
File tree
311 files changed
+577
-761
lines changed- .github/workflows
- resources/examples
- src
- applications
- mne_analyze_studio
- core
- extensions
- dummy_3d_extension
- fiff_browser_extension
- workbench
- mne_analyze
- libs
- events
- mne_analyze
- plugins
- averaging
- channelselection
- controlmanager
- coregistration
- dataloader
- datamanager
- dipolefit
- events
- filtering
- rawdataviewer
- sampleplugin
- sourcelocalization
- view3d
- mne_browse
- Models
- mne_dipole_fit
- mne_inspect
- mne_scan
- libs
- scDisp
- scMeas
- mne_scan
- plugins
- averaging
- babymeg
- brainamp
- covariance
- dummytoolbox
- eegosports
- fiffsimulator
- ftbuffer
- gusbamp
- hpi
- lsladapter
- natus
- neuronalconnectivity
- noisereduction
- rtcmne
- rtfwd
- tmsi
- writetofile
- examples
- ex_averaging
- ex_cancel_noise
- ex_clustered_inverse_mne_raw
- ex_clustered_inverse_mne
- ex_clustered_inverse_pwl_rap_music_raw
- ex_clustered_inverse_rap_music_raw
- ex_compute_forward
- ex_connectivity_comparison
- ex_connectivity_performance
- ex_connectivity
- ex_coreg
- ex_disp_3D
- ex_disp
- ex_evoked_grad_amp
- ex_fiff_io
- ex_fiff_sniffer
- ex_filtering
- ex_find_evoked
- ex_fs_surface
- ex_histogram
- ex_hpiFit
- ex_interpolation
- ex_inverse_mne_raw
- ex_inverse_mne
- ex_inverse_pwl_rap_music
- ex_inverse_rap_music
- ex_make_inverse_operator
- ex_make_layout
- ex_read_bem
- ex_read_epochs
- ex_read_evoked
- ex_read_fwd_disp_3D
- ex_read_fwd
- ex_read_raw
- ex_read_write_raw
- ex_roi_clustered_inverse_pwl_rap_music
- ex_spectral
- ex_st_clustered_inverse_pwl_rap_music
- ex_tf_plot
- libraries
- bids
- com
- conn
- disp3D
- disp
- dsp
- fiff
- fs
- fwd
- inv
- minimum_norm
- math
- ml
- mna
- mne
- mri
- sts
- utils
- testframes
- test_batch_processor
- test_bids_coordinate_system
- test_bids
- test_com_rt_client
- test_compute_raw_inverse
- test_com
- test_conn_network
- test_connectivity_metrics
- test_coregistration
- test_crossval_covariance
- test_dipole_fit
- test_disp3d_brainsurface
- test_disp3d_brainview
- test_disp3d_headless
- test_disp3d_viewstate
- test_disp_colormap
- test_disp_plots
- test_disp_viewers2
- test_disp_viewers
- test_dsp_artifact_detect
- test_dsp_bad_channel_detect
- test_dsp_channel_derivation
- test_dsp_csd
- test_dsp_epoch_extractor
- test_dsp_filterio
- test_dsp_firfilter
- test_dsp_ica
- test_dsp_iirfilter
- test_dsp_infomax
- test_dsp_morlet_tfr
- test_dsp_multitaper
- test_dsp_resample
- test_dsp_rt_cov
- test_dsp_spectrogram
- test_dsp_sphara
- test_dsp_sss
- test_dsp_welch_psd
- test_dsp_xdawn
- test_edf2fiff_rwr
- test_electrode_object
- test_events
- test_field_map
- test_fiff_annotations
- test_fiff_byte_swap
- test_fiff_coord_transform
- test_fiff_coord_trans
- test_fiff_coverage
- test_fiff_cov
- test_fiff_data_types
- test_fiff_digitizer
- test_fiff_extended
- test_fiff_fs_library
- test_fiff_info
- test_fiff_io_evoked_info
- test_fiff_mne_types_io
- test_fiff_raw_io
- test_fiff_rwr
- test_filter_data
- test_filter_kernel
- test_filtering
- test_fs_annotation_labels
- test_fs_atlas_lookup
- test_fs_io
- test_fs_surface_annotation
- test_fs
- test_fwd_bem_data
- test_fwd_bem_field_computation
- test_fwd_extended
- test_fwd_library
- test_fwd_models
- test_fwd_sphere_settings
- test_geometryinfo
- test_hpiDataUpdater
- test_hpiFit_integration
- test_hpiFit
- test_hpiModelParameter
- test_interpolation
- test_inv_beamformer
- test_inv_cmne
- test_inv_dipole_rap_mne
- test_inv_loreta
- test_inv_rt_library
- test_inv_sparse
- test_inverse_data
- test_inverse_rap_dipole
- test_ml_models
- test_ml_trainer
- test_mna_inverse_pipeline
- test_mna_io
- test_mne_anonymize
- test_mne_browse_data
- test_mne_compute_raw_inverse
- test_mne_cov_matrix
- test_mne_data_types
- test_mne_extended
- test_mne_flash_bem
- test_mne_forward_solution
- test_mne_hemisphere_epoch
- test_mne_inv_coverage
- test_mne_library
- test_mne_msh_display_surface_set
- test_mne_project_to_surface
- test_mne_raw_proj_comp
- test_mne_source_analysis
- test_mne_source_data
- test_mne_surf2bem
- test_mne_watershed_bem
- test_mri_io
- test_mri_slicer
- test_mri_vol_data
- test_network_visualization
- test_python_runner
- test_rt_source_streaming
- test_rtprocessing_averaging
- test_rtprocessing_extended
- test_sensorSet
- test_sensor_streaming
- test_setup_forward_model
- test_signalModel
- test_spectral_connectivity
- test_sts_cluster
- test_sts_cov_estimators
- test_surface_checks
- test_tool_conversion_extended
- test_tool_conversion_functions
- test_tool_forward_generation
- test_tool_info_helpers
- test_tool_inverse_computation
- test_tool_preproc_helpers
- test_tool_surface_math
- test_utils_circularbuffer
- test_utils_ioutils
- test_utils_kmeans
- test_utils_layout_selection
- test_utils_mnemath
- test_utils_observer_pattern
- test_utils_spectral
- test_utils_sphere
- test_utils_warp
- tools
- conversion
- mne_brain_vision2fiff
- mne_convert_dig_data
- mne_convert_surface
- mne_ctf2fiff
- mne_ctf_dig2fiff
- mne_edf2fiff
- mne_eximia2fiff
- mne_kit2fiff
- mne_make_cor_set
- mne_raw2mat
- mne_tufts2fiff
- forward
- mne_average_forward_solutions
- mne_check_surface
- mne_flash_bem
- mne_forward_solution
- mne_make_source_space
- mne_make_sphere_bem
- mne_prepare_bem_model
- mne_setup_forward_model
- mne_setup_mri
- mne_surf2bem
- mne_watershed_bem
- info
- mne_collect_transforms
- mne_compare_fif_files
- mne_list_bem
- mne_list_source_space
- mne_show_fiff
- inverse
- mne_compute_cmne
- mne_compute_mne
- mne_compute_raw_inverse
- mne_inverse_operator
- mne_inverse_pipeline
- mne_sensitivity_map
- mne_smooth
- mne_volume_data2mri
- preprocessing
- mne_add_to_meas_info
- mne_anonymize
- mne_compensate_data
- mne_cov2proj
- mne_create_comp_data
- mne_fix_mag_coil_types
- mne_insert_4D_comp
- mne_mark_bad_channels
- mne_process_raw
- mne_rename_channels
- server/mne_rt_server
- mne_rt_server
- plugins/fiffsimulator
- simulation/mne_simu
- surface
- mne_add_patch_info
- mne_annot2labels
- mne_make_eeg_layout
- mne_make_morph_maps
- mne_morph_labels
- mne_volume_source_space
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
311 files changed
+577
-761
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
28 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
38 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
39 | 46 | | |
40 | 47 | | |
41 | 48 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
48 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
49 | 58 | | |
50 | 59 | | |
51 | 60 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
55 | 64 | | |
56 | 65 | | |
57 | 66 | | |
58 | | - | |
59 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
60 | 75 | | |
61 | 76 | | |
62 | 77 | | |
63 | | - | |
64 | | - | |
65 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
66 | 81 | | |
67 | 82 | | |
68 | 83 | | |
69 | 84 | | |
70 | | - | |
71 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
72 | 92 | | |
73 | 93 | | |
74 | 94 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | 226 | | |
232 | 227 | | |
233 | 228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments