File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ import platform
15
16
import sys
16
17
17
18
import numpy as np
21
22
import pymc_experimental as pmx
22
23
23
24
25
+ @pytest .mark .skipif (platform .machine () != "x86_64" , reason = "Test requires x86_64 architecture" )
24
26
@pytest .mark .skipif (sys .platform == "win32" , reason = "JAX not supported on windows." )
25
27
def test_pathfinder ():
26
28
# Data of the Eight Schools Model
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ filterwarnings =
3
3
error
4
4
ignore:.*?(\b(pkg_resources\.declare_namespace)\b).*:DeprecationWarning
5
5
ignore::UserWarning:arviz.data.inference_data
6
+ ignore::DeprecationWarning:pkg_resources
You can’t perform that action at this time.
0 commit comments