Skip to content

Commit

Permalink
Merge pull request #11 from jinpavg/master
Browse files Browse the repository at this point in the history
update objectmappings and remove automatic gh action
  • Loading branch information
isabelgk authored Nov 26, 2024
2 parents f19f942 + 560ff18 commit 5fd3090
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [push, pull_request]
on: []

jobs:
package:
Expand Down
8 changes: 8 additions & 0 deletions init/objectmappings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ max objectfile filter.mc.elliptic~ mc.wrapper~ filter.elliptic~ multichannel;
max objectfile filter.mc.legendre~ mc.wrapper~ filter.legendre~ multichannel;
max objectfile filter.mc.dcblock~ mc.wrapper~ filter.dcblock~ multichannel;
max objectfile filter.mc.one~ mc.wrapper~ filter.one~ multichannel;
max objectfile mc.filter.bessel~ mc.wrapper~ filter.bessel~ multichannel;
max objectfile mc.filter.butterworth~ mc.wrapper~ filter.butterworth~ multichannel;
max objectfile mc.filter.chebyshev1~ mc.wrapper~ filter.chebyshev1~ multichannel;
max objectfile mc.filter.chebyshev2~ mc.wrapper~ filter.chebyshev2~ multichannel;
max objectfile mc.filter.elliptic~ mc.wrapper~ filter.elliptic~ multichannel;
max objectfile mc.filter.legendre~ mc.wrapper~ filter.legendre~ multichannel;
max objectfile mc.filter.dcblock~ mc.wrapper~ filter.dcblock~ multichannel;
max objectfile mc.filter.one~ mc.wrapper~ filter.one~ multichannel;

0 comments on commit 5fd3090

Please sign in to comment.