* rawmerge.hpp: generalize/fix condition for consistent timeseries
* introduce propagation of C++ exceptions to Cython/Python * convert all cout/cerr output to exceptions * Cython: introduce separate 'do_conversion' => avoid constructor to trigger conversion
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1,6 +1,4 @@
|
||||
|
||||
/build
|
||||
|
||||
eatraw
|
||||
eatdev
|
||||
|
||||
@@ -8,11 +6,14 @@ nohup.out
|
||||
|
||||
.DS_Store
|
||||
|
||||
*.so
|
||||
|
||||
raw_eater.cpp
|
||||
raw_meat.cpp
|
||||
|
||||
cyt/*.cpp
|
||||
/build
|
||||
|
||||
*.log
|
||||
*.so
|
||||
*.o
|
||||
*.csv
|
||||
*.parquet
|
||||
|
Reference in New Issue
Block a user