Skip to content

Commit

Permalink
TODO re: discussion with Bauer (ref #6)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Jul 19, 2017
1 parent e82ffaf commit 2234f5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions py/candle_db
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,17 @@ def update_run(run_id, parameters,
model_description_file = None,
model_weight_file = None,
model_result_files = None):
update_run_kv([
update_run_kv(
# TODO: Handle defaults
[
{
"run_id": run_id,
"parameters": parameters,
"benchmark_id": benchmark_id,
"experiment_id": experiment_id
}])

def experiment_insert(experiment_id,
def update_experiment(experiment_id,
benchmark_id = "unknown",
dataset_id = "unknown",
experiment_title = "untitled",
Expand Down

0 comments on commit 2234f5f

Please sign in to comment.