You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But probably a good idea to catch up to newer hypothesis release at some point?
@given(model(), time(), nside(), data())
> @settings(deadline=None)
tests/test_get_emission.py:30:
...
E hypothesis.errors.InvalidArgument: ListStrategy(
integers(min_value=0, max_value=196607), min_size=8_193, max_size=8_193)
can never generate an example, because min_size is larger than Hypothesis supports.
Including it is at best slowing down your tests for no benefit;
at worst making them fail (maybe flakily) with a HealthCheck error.
E while generating 'Draw 3: ' from pixels(128)
E Falsifying example: test_get_emission_pix(
E model=functools.partial(zodipy.zodipy.Zodipy)(
...
E Draw 1: 'earth'
E Draw 2: <Quantity 1.25 micron>
E Explanation:
E These lines were always and only run by failing examples:
E python3.12/enum.py:198
hypothesis/strategies/_internal/collections.py:152: InvalidArgument
--------------
FAILED tests/test_get_emission.py::test_get_emission_pix - hypothesis.errors.InvalidArgument:
ListStrategy(integers(min_value=0, max_value=196607), min_size=8_193, max_size=8...
The text was updated successfully, but these errors were encountered:
I see that you pinned:
zodipy/pyproject.toml
Line 48 in 1a99511
But probably a good idea to catch up to newer hypothesis release at some point?
The text was updated successfully, but these errors were encountered: