Skip to content

Commit c7a8c03

Browse files
committed
Merge remote-tracking branch 'origin/main' into ksparse_recovery
2 parents 093dee7 + 38a2c3a commit c7a8c03

File tree

6 files changed

+99
-2641
lines changed

6 files changed

+99
-2641
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, ubuntu-20.04]
14+
os: [ubuntu-latest]
1515
flags: ['"-DL0_SAMPLING"', '"-DNO_EAGER_DSU"', '""']
1616

1717
steps:

.gitignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,10 @@
4848
# other IDEs
4949
/.vscode
5050

51-
#Doxygen docs
52-
/docs/
53-
54-
# Our configuration file
55-
streaming.conf
56-
test/statistical_testing/stat_config.txt
57-
5851
# Mac Files
5952
*.DS_Store
6053

6154
# Python stuff for statistical testing
6255
*__pycache__/
6356
*test_env/
57+

0 commit comments

Comments
 (0)