Skip to content

Commit

Permalink
Fix duplicate call to insert raw_data into db
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteran committed Mar 6, 2018
1 parent 69f486e commit 10f235d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controlled/controlled_rov_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ def main(args):
with open(args.db_config, 'r') as f:
db_config = json.load(f)

insert_into_db_table([raw_data_to_str(rd) for rd in raw_data], 'raw_data', get_connect_str_from_config(db_config))
add_missing_routes(config_files, vp_routes, args.day)
case1_results = analyze_experiment5(config_files[5], vp_routes, args.day)

Expand Down

0 comments on commit 10f235d

Please sign in to comment.