Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
naidingqi authored Sep 12, 2024
1 parent dd93dea commit a70f44b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/kinns/CO_oxidation_single_ideal.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"metadata": {},
"outputs": [],
"source": [
"data_train = load_data('../final/TAP_thin_data.json',\n",
" ['../final/TAP_cat_in.json','../final/TAP_cat_out.json'])"
"data_train = load_data('../../data/TAP_thin_data.json',\n",
" ['../../data/TAP_cat_in.json','../../data/TAP_cat_out.json'])"
]
},
{
Expand Down Expand Up @@ -133,7 +133,7 @@
}
],
"source": [
"_, _ = rebuild_ode(model_params, data_train, encoded_rxn)"
"solution, solution_true = rebuild_ode(model_params, data_train, encoded_rxn)"
]
},
{
Expand Down

0 comments on commit a70f44b

Please sign in to comment.