Skip to content

Commit

Permalink
no longer drop index for result of calculate_mets
Browse files Browse the repository at this point in the history
  • Loading branch information
ChickenSellerRED committed Mar 18, 2024
1 parent 109cae1 commit 876599c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stream_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ def init_stream():
Response: A JSON response containing the initialized start time.
"""
global data_loader_inited

requested_start = request.args.get('start_time', None)
db_name = request.args.get('db_name', None)
data_loader = init_dataloader(inited=data_loader_inited,db_name=db_name,start_time = requested_start)
Expand Down

0 comments on commit 876599c

Please sign in to comment.