Skip to content

Commit

Permalink
Accelerate replication_tree (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Apr 26, 2024
1 parent cfe18d0 commit 7ab745f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axidence/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def plugin_factory(st, data_type, suffixes):
plugin = st._plugin_class_registry[data_type]

new_plugins = []
p = st._get_plugins((data_type,), run_id="0")[data_type]
p = st._Context__get_plugin(run_id="0", data_type=data_type)

for suffix in suffixes:
snake = "_" + strax.camel_to_snake(suffix)
Expand Down

0 comments on commit 7ab745f

Please sign in to comment.