update rapidjson opts
This commit is contained in:
parent
51be45547f
commit
b9bf9edb02
@ -216,5 +216,5 @@ def record_params(config: Dict[str, Any], full_path: Path) -> None:
|
|||||||
handle,
|
handle,
|
||||||
indent=4,
|
indent=4,
|
||||||
default=str,
|
default=str,
|
||||||
number_mode=rapidjson.NM_NATIVE
|
number_mode=rapidjson.NM_NATIVE | rapidjson.NM_NAN
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user