Skip to content

Commit

Permalink
Clean deprecate_kwarg (#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Nov 15, 2024
1 parent 6a9a141 commit 00d0a33
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions straxen/contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from immutabledict import immutabledict
import socket

from pandas.util._decorators import deprecate_kwarg
import strax
import straxen

Expand Down Expand Up @@ -164,10 +163,6 @@ def find_rucio_local_path(include_rucio_local, _rucio_local_path):
return _include_rucio_local, __rucio_local_path


@deprecate_kwarg("_minimum_run_number", "minimum_run_number")
@deprecate_kwarg("_maximum_run_number", "maximum_run_number")
@deprecate_kwarg("_include_rucio_remote", "include_rucio_remote")
@deprecate_kwarg("_add_online_monitor_frontend", "include_online_monitor")
def xenonnt_online(
output_folder: str = "./strax_data",
we_are_the_daq: bool = False,
Expand Down

0 comments on commit 00d0a33

Please sign in to comment.