Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: add a strict_check flag to (optionally) check dtypes #173

Merged
merged 2 commits into from
Aug 23, 2024
Merged

Commits on Aug 23, 2024

  1. ENH: add a strict_check flag to (optionally) check dtypes

    This is to decide whether to require matching dtypes or
    rely on NumPy's lax definition of equality:
    
    >>> np.float64(3) == 3
    True
    ev-br committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    cf28fa8 View commit details
    Browse the repository at this point in the history
  2. MAINT: test equality always

    ev-br committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c0e7adc View commit details
    Browse the repository at this point in the history