Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Oct 4, 2023
1 parent db840e2 commit d0a5ceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scico/ray/tune.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

try:
import ray.tune

os.environ["RAY_AIR_NEW_OUTPUT"] = "0"
except ImportError:
raise ImportError("Could not import ray.tune; please install it.")
import ray.air
Expand Down

0 comments on commit d0a5ceb

Please sign in to comment.