mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 23:48:30 +08:00
Merge pull request #613 from quantopian/consume-metadata-error-text
BUG: Completes ConsumeAssetMetaDataError message
This commit is contained in:
+3
-1
@@ -259,7 +259,9 @@ class ConsumeAssetMetaDataError(ZiplineError):
|
||||
Raised when AssetMetaData.consume() is called on an invalid object.
|
||||
"""
|
||||
msg = """
|
||||
AssetMetaData can not consume {obj}. MetaData must be a dict, a DataFrame, or
|
||||
AssetFinder can not consume metadata of type {obj}. Metadata must be a dict, a
|
||||
DataFrame, or a tables.Table. If the provided metadata is a Table, the rows
|
||||
must contain both or one of 'sid' or 'symbol'.
|
||||
""".strip()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user