Skip to content

Commit

Permalink
disable Ray debugging tools
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Apr 25, 2023
1 parent 31b3acc commit adc8a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
"numpy>=1.22.0",
"psutil>=5.9.4",
"python-dateutil>=2.0",
"ray[default]>=2.4.0",
"ray>=2.4.0",
"ruamel.yaml>=0.15",
"scipy>=1.8.0",
"sigmf @ git+https://github.com/NTIA/SigMF@multi-recording-archive",
Expand Down
2 changes: 1 addition & 1 deletion scos_actions/actions/acquire_sea_data_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

if not ray.is_initialized():
ray.init(
include_dashboard=True,
include_dashboard=False,
)

# Define parameter keys
Expand Down

0 comments on commit adc8a76

Please sign in to comment.