Skip to content

Commit

Permalink
Resolve doctest failure of mysterious origin
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed May 14, 2024
1 parent ce0b473 commit 63ca60e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
have_ray = True
ray.init(num_cpus=1) # call required to be here: see ray-project/ray#44087

import jax.numpy as jnp

import scico.numpy as snp


Expand All @@ -38,3 +40,4 @@ def add_modules(doctest_namespace):
"""
doctest_namespace["np"] = np
doctest_namespace["snp"] = snp
doctest_namespace["jnp"] = jnp

0 comments on commit 63ca60e

Please sign in to comment.