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

MNT/ENH: Add FLOAT and FILL options for spreadsheet dataType #701

Merged

Commits on Jul 26, 2024

  1. MNT/ENH: Add FLOAT and FILL options for spreadsheet dataType

    This adds two new options to the handled data types, and also raises
    an error if we get a datatype that isn't handled. This is important
    because otherwise there will be a parameter added without a corresponding
    parameterType entry.
    greglucas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    64f711e View commit details
    Browse the repository at this point in the history
  2. TST: Add tests for Excel to XTCE XML

    Add a simple excel file with variable types we want to test and
    assert against a known XML file we have produced.
    greglucas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    0c65eb1 View commit details
    Browse the repository at this point in the history