Skip to content

Commit 3c8e02c

Browse files
MatteB03ndem0
authored andcommitted
Update Condition notation, delete error outputs and output folders
1 parent 11849c1 commit 3c8e02c

File tree

13 files changed

+84
-121762
lines changed

13 files changed

+84
-121762
lines changed

tutorials/tutorial1/tutorial.ipynb

Lines changed: 14 additions & 21144 deletions
Large diffs are not rendered by default.
-21.5 MB
Binary file not shown.
-21.5 MB
Binary file not shown.

tutorials/tutorial10/tutorial.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
},
261261
{
262262
"cell_type": "code",
263-
"execution_count": 5,
263+
"execution_count": null,
264264
"metadata": {},
265265
"outputs": [
266266
{
@@ -300,8 +300,8 @@
300300
"class NeuralOperatorProblem(AbstractProblem):\n",
301301
" input_variables = initial_cond_train.labels\n",
302302
" output_variables = sol_train.labels\n",
303-
" conditions = {'data' : Condition(input_points=initial_cond_train, \n",
304-
" output_points=sol_train)}\n",
303+
" conditions = {'data' : Condition(input=initial_cond_train, \n",
304+
" target=sol_train)}\n",
305305
"\n",
306306
"\n",
307307
"# initialize problem\n",

tutorials/tutorial11/logging.png

-204 KB
Binary file not shown.

0 commit comments

Comments
 (0)