JSON Infinity

#1
by preoccupy9217 - opened

The config.json has a value of Infinity in the list for "time_step_limit". This is not valid JSON and may lead to parsing issues for some implementations.

Owner

That's a fair point. What do you use that caused issues?

Iirc, python will interpret it as +- math.inf, and it sufficed for my use case. Open to any PR / suggestion that improves this behaviour!

Sign up or log in to comment