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

Split convert observed data #7334

Merged

Commits on May 24, 2024

  1. Add smarttypeX to apply intX or floatX as needed

    This will be used to fix the `GeneratorAdapter` when applied
    to generators producing int-valued data.
    michaelosthege committed May 24, 2024
    Configuration menu
    Copy the full SHA
    fb8b659 View commit details
    Browse the repository at this point in the history
  2. Split convert_observed_data and apply intX to int generators

    Previously, the `GeneratorAdapter` applied `floatX` to float data,
    but kept the original integer dtypes.
    `floatX` was then applied to everything by `convert_observed_data`.
    
    This refactor changes the handling of integer-valued generator data,
    such that `intX` is applied, and no `floatX` conversion takes place.
    michaelosthege committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1295796 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a73475 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    d9bd20c View commit details
    Browse the repository at this point in the history