Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
2cc6a5f
Modified how chaches are being made, unit tests currently failing.
Jun 15, 2021
62b3f85
fix copy
Jun 16, 2021
5f6d3b9
Merge branch 'develop' into feature/cache_payloads
Jun 21, 2021
b8dba11
Merge branch 'feature/quick_poly' into feature/cache_payloads
Jun 21, 2021
3503569
updating `arrayJitterySlice`
Jun 21, 2021
e9125a4
Merge branch 'feature/quick_poly' into feature/cache_payloads
Jun 24, 2021
81899cf
fixing eventArray tests, partly by making them conform to pytest stan…
Jun 24, 2021
88d911d
fixes eventArray tests
Jun 24, 2021
e8c1a8a
update travis with working directory
Jun 24, 2021
5819f34
this is odd
Jun 24, 2021
5ff33e1
revert travis changes and update file path
Jun 24, 2021
598c4fb
actually fixes file path
Jun 24, 2021
b0d97b3
fixes the plot tests
Jun 25, 2021
0017957
fix some issues caught by unit tests
Jun 25, 2021
6e5d433
replacing iterslice and itervalues code with references to arrayslice…
Jun 25, 2021
d294435
modifying the timestamp check to allow immensely small differences
Jun 25, 2021
80f1792
fix subchannels and minmeanmax methods. It looks like they had been …
Jun 25, 2021
538e50f
Merge branch 'develop' into feature/cache_payloads
Jun 25, 2021
18b63c8
marginally improve efficiency.
Jun 25, 2021
4b1cc97
fixes `arrayJitterySlice`
Jun 25, 2021
a1f096d
switching to caching while reading.
Jul 1, 2021
69f5aea
new strategy:
Jul 1, 2021
6169d64
remove some prints
Jul 1, 2021
48cd123
rework a few test functions, adding time back to ones that mistakenly…
Jul 1, 2021
5b26afd
testing an FFT based mean removal which does not work well.
Jul 9, 2021
19cab4c
fixes mean removal stuff, adds tests for it
Jul 13, 2021
dbbe719
Adds docstrings to new tests
Jul 13, 2021
2a1605c
removing import that was for testing.
Jul 13, 2021
9dc8c74
adding warnings to iter methods for future deprecation
Jul 13, 2021
653dd67
Merge remote-tracking branch 'origin/develop' into feature/cache_payl…
Jul 15, 2021
9c93b3f
Merge remote-tracking branch 'origin/develop' into feature/cache_payl…
Jul 19, 2021
a97794e
fixed typo in warning text (#56)
CrepeGoat Jul 20, 2021
2358781
removed unnecessary imports
CrepeGoat Jul 20, 2021
2b18487
add missing parameter to unused tests
CrepeGoat Jul 20, 2021
5122914
removed unused test function
CrepeGoat Jul 20, 2021
d9e2d04
remove unused array allocation methods.
Jul 27, 2021
6b8ad29
use `yield from x` idiom
Jul 27, 2021
1f2e7fa
replace `np.ones` with `np.empty`
Jul 27, 2021
94cbcc2
fixes time stamps. Not ideal, but functional.
Jul 28, 2021
4e32eea
officially deprecated rolling mean removal.
Jul 28, 2021
f678e30
added mean removal to `arrayValues`
Jul 28, 2021
2ae5b33
reverting changes to read_ide_file.py
Jul 28, 2021
349ee88
fixes a test broken with the removal of rolling mean removal.
Jul 29, 2021
1e61589
Merge remote-tracking branch 'origin/feature/cache-payloads_BA-edits'…
Jul 29, 2021
51a83a6
refactored to use parameter `mean(keepdims=True)`
CrepeGoat Jul 30, 2021
39af9cd
Merge remote-tracking branch 'origin/develop' into feature/cache_payl…
Aug 2, 2021
095b569
removed unused unit test.
Aug 2, 2021
ee50adb
uses `_channelDataLock` in `EventArray.append`
Aug 3, 2021
6de8203
Merge branch 'develop' into feature/cache_payloads
Aug 3, 2021
0799b89
fixes the getSampleAt test, which was broken.
Aug 3, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading