From ff4724e248b3a7fc49b2eb414a4abba553693249 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Tue, 22 Mar 2022 09:21:48 +0800 Subject: [PATCH] Known Limitations In Recroder (#999) --- docs/component/recorder.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/component/recorder.rst b/docs/component/recorder.rst index 072d2f278..f4fda0304 100644 --- a/docs/component/recorder.rst +++ b/docs/component/recorder.rst @@ -143,3 +143,9 @@ Here is a simple exampke of what is done in ``PortAnaRecord``, which users can r print(analysis_df) For more information about the APIs, please refer to `Record Template API <../reference/api.html#module-qlib.workflow.record_temp>`_. + + + +Known Limitations +================= +- The Python objects are saved based on pickle, which may results in issues when the environment dumping objects and loading objects are different.