Skip to content

Commit

Permalink
Merge branch 'lineage_clustering' of github.com:XENONnT/fuse into lin…
Browse files Browse the repository at this point in the history
…eage_clustering
  • Loading branch information
cfuselli committed Jun 25, 2024
2 parents 472c6cc + 5905a6e commit 3707aaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
args: [--ignore, D001]

- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8

Expand Down
1 change: 0 additions & 1 deletion fuse/plugins/micro_physics/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ def output_chunk(self):
).astype(np.int64)

event_times = np.sort(event_times)


interactions["time"] = interactions["t"] + event_times

Expand Down

0 comments on commit 3707aaf

Please sign in to comment.