update rapidjson opts

This commit is contained in:
Timothy Pogue 2022-10-25 14:12:13 -06:00
parent 51be45547f
commit b9bf9edb02

View File

@ -216,5 +216,5 @@ def record_params(config: Dict[str, Any], full_path: Path) -> None:
handle,
indent=4,
default=str,
number_mode=rapidjson.NM_NATIVE
number_mode=rapidjson.NM_NATIVE | rapidjson.NM_NAN
)