Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] add include_t_stop flag to Synchrotool class, Issue 493 #637

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
718637a
add include_t_stop flag and implement False behavior
Moritz-Alexander-Kern Jul 16, 2024
9606903
add tests
Moritz-Alexander-Kern Jul 16, 2024
52fae9c
fix pep8
Moritz-Alexander-Kern Jul 16, 2024
f2e84b1
add parameter to docstring
Moritz-Alexander-Kern Jul 17, 2024
0ec2354
Merge branch 'master' into fix/index_error_synchrotool_493
Moritz-Alexander-Kern Jul 17, 2024
59f283a
implement changes
Moritz-Alexander-Kern Jul 25, 2024
805ad79
update docstring
Moritz-Alexander-Kern Jul 25, 2024
025e22b
add flag for tests
Moritz-Alexander-Kern Jul 25, 2024
05f0414
fix docstring
Moritz-Alexander-Kern Jul 25, 2024
a2d2a93
change t_stop back
Moritz-Alexander-Kern Jul 26, 2024
a02a0d8
add new flag ignore_shared_time to BinnedSpiketrain
Moritz-Alexander-Kern Aug 9, 2024
b0537b7
make use of new flag in Complexity class no_spread
Moritz-Alexander-Kern Aug 9, 2024
7f83ba7
remove unnecessary import
Moritz-Alexander-Kern Aug 9, 2024
a62f302
readd type check of for annotations
Moritz-Alexander-Kern Aug 9, 2024
88db22e
no need to pass parameter in other tests
Moritz-Alexander-Kern Aug 9, 2024
70b9e9e
pass t_start to time_histogram
Moritz-Alexander-Kern Aug 28, 2024
118d3fb
update docstring for ignore_shared_time
Moritz-Alexander-Kern Aug 28, 2024
f1e0202
add tests for ignore_shared_time_interval
Moritz-Alexander-Kern Aug 28, 2024
7d821f7
fix doctest
Moritz-Alexander-Kern Aug 28, 2024
3779ff5
fix pep8
Moritz-Alexander-Kern Aug 28, 2024
a65c14f
typo
Moritz-Alexander-Kern Sep 18, 2024
54e7e8c
edit typo
Moritz-Alexander-Kern Sep 18, 2024
6284e79
edit gitignore
Moritz-Alexander-Kern Sep 18, 2024
b2e32ab
add test checking correct binning
Moritz-Alexander-Kern Sep 30, 2024
1bc8752
Merge branch 'master' into fix/index_error_synchrotool_493
Moritz-Alexander-Kern Nov 14, 2024
589b276
Merge branch 'master' into fix/index_error_synchrotool_493
Moritz-Alexander-Kern Jan 8, 2025
935db4b
Merge branch 'master' into fix/index_error_synchrotool_493
Moritz-Alexander-Kern Jan 14, 2025
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
Prev Previous commit
Next Next commit
edit gitignore
  • Loading branch information
Moritz-Alexander-Kern committed Sep 18, 2024
commit 6284e795b60bd3fd769215bb96e1d4232643354b
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#########################################
# Editor temporary/working/backup files #
# Editor temporary/working/backup files
.#*
[#]*#
*~
Loading