Currently, ixmp4 allows inf values to be added for IAMC datapoints. There seem to be problems with serializing these values to json via the web api and filtering by them.
- Should inf values even be allowed?
- If yes, how do we represent them in json and efficiently serialize?
- How do we filter by them, how are they used in the databases?
Currently, ixmp4 allows inf values to be added for IAMC datapoints. There seem to be problems with serializing these values to json via the web api and filtering by them.