pyhf icon indicating copy to clipboard operation
pyhf copied to clipboard

Allow for disabling the default backend in tests at the command line

Open matthewfeickert opened this issue 2 years ago • 0 comments
trafficstars

        choices=["numpy", "tensorflow", "pytorch", "jax", "minuit"],

Is there a reason to not include numpy?

Originally posted by @matthewfeickert in https://github.com/scikit-hep/pyhf/pull/2340#discussion_r1346826533

Even though Issue https://github.com/scikit-hep/pyhf/issues/1454 was originally broached in the context of optional backends it would be nice to allow for diabling the default backend (numpy) if desired.

matthewfeickert avatar Oct 09 '23 21:10 matthewfeickert