Hi,
In the function load_market_data() in the zipline/data/loader.py, the code """ if len(days_up_to_now) - last_bm_date_offset > 1: """ seems always be true during my test, and the process update_benchmarks() takes a lot of time.
My question is if I run the test many time,why each run need to update the benchmarks? The csv file is already stored in local path.
Also, what does "last_bm_date" mean? The "bm" is short for what?
Thansk very much & Regards,
Feng