Skip to content

Commit

Permalink
fix Ray function call
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Apr 25, 2023
1 parent 28a346a commit 7d560f9
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -70,7 +70,7 @@

logger = logging.getLogger(__name__)

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

0 comments on commit 7d560f9

Please sign in to comment.