From 560ff182ebdb6e531902225968f31be3e4902f77 Mon Sep 17 00:00:00 2001 From: Alex Van Gils Date: Tue, 26 Nov 2024 13:07:58 -0500 Subject: [PATCH] update objectmappings and remove automatic gh action --- .github/workflows/main.yml | 2 +- init/objectmappings.txt | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea6a8f7..23d565d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ name: CI -on: [push, pull_request] +on: [] jobs: package: diff --git a/init/objectmappings.txt b/init/objectmappings.txt index 24b8002..09b8d2b 100644 --- a/init/objectmappings.txt +++ b/init/objectmappings.txt @@ -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;