Skip to content

Commit

Permalink
Known Limitations In Recroder (microsoft#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
you-n-g authored Mar 22, 2022
1 parent 73d90f7 commit ff4724e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/component/recorder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ff4724e

Please sign in to comment.