Skip to content

Commit

Permalink
Remove test reading Man data
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Seaton committed Jun 26, 2024
1 parent dac2d30 commit 2ad389c
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2589,15 +2589,3 @@ def test_missing_first_version_key_batch(basic_store):
vits = lib.batch_read(symbols, as_ofs=write_times)
for x in range(num_items):
assert_frame_equal(vits[symbols[x]].data, expected[x])


def test_load_streaming_data():
from ahl.mongo.mongoose import NativeMongoose
m = NativeMongoose("mktdatad")
lib = m.get_library("aseaton.test_streaming")
#lib.list_symbols()
#lib.version_store.get_active_incomplete_refs()
res = lib.read("IMBALANCE:FR US", date_range=(None, None))
data = res.data
print(data)
assert res.data.size == 5

0 comments on commit 2ad389c

Please sign in to comment.