-
Notifications
You must be signed in to change notification settings - Fork 550
Closed as not planned
Labels
bugnot plannedpyomo.dataAny issues related to data portals and data file parsingAny issues related to data portals and data file parsing
Description
Summary
Previously, loading a CSV through the data portal containing a cell with value inf
would result in a float. Now, inf
stays as a string which results in an error when the domain is checked.
Steps to reproduce the issue
-
Create a csv file with one if it's cells having
inf
as a value. -
Load the csv through the DataPortal.
-
If the parameter belonging to that cell has domain
NonNegativeReals
an error will be thrown.
Faulty code
This is the PR and lines of codes changed that introduced this regression
Metadata
Metadata
Assignees
Labels
bugnot plannedpyomo.dataAny issues related to data portals and data file parsingAny issues related to data portals and data file parsing