Skip to content

Commit

Permalink
Merge pull request #419 from Derek-Wds/main
Browse files Browse the repository at this point in the history
Fix bug and update doc
  • Loading branch information
you-n-g committed May 13, 2021
2 parents f15ca39 + bd37f5d commit 8b15ffc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/component/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,7 @@ The ``DatasetH`` class is the `dataset` with `Data Handler`. Here is the most im
API
---------

To know more about ``Dataset``, please refer to `Dataset API <../reference/api.html#module-qlib.data.dataset.__init__>`_.

To know more about ``Dataset``, please refer to `Dataset API <../reference/api.html#dataset>`_.


Cache
Expand Down
4 changes: 2 additions & 2 deletions qlib/contrib/backtest/position.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.


import pandas as pd
import copy
import pathlib
import pandas as pd
import numpy as np
from .order import Order

"""
Expand Down

0 comments on commit 8b15ffc

Please sign in to comment.