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

Clean deprecate_kwarg #1470

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Changes from all commits
Commits
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
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