Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
356 changes: 0 additions & 356 deletions notebooks/cornerplot.ipynb

This file was deleted.

548 changes: 0 additions & 548 deletions notebooks/evaluate_SBI_generative.ipynb

This file was deleted.

555 changes: 0 additions & 555 deletions notebooks/evaluate_SBI_static.ipynb

This file was deleted.

8 changes: 4 additions & 4 deletions notebooks/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -18,7 +18,7 @@
"from deepdiagnostics import models\n",
"from deepdiagnostics import data\n",
"from deepdiagnostics.utils.config import Config\n",
"from deepdiagnostics.utils.register import register_simulator\n",
"from deepdiagnostics.utils.simulator_utils import register_simulator\n",
"\n",
"from deepdiagnostics.plots import CDFRanks, CoverageFraction, Ranks, TARP, LC2ST\n",
"\n",
Expand Down Expand Up @@ -246,7 +246,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -260,7 +260,7 @@
"source": [
"%%writefile my_simulator.py \n",
"\n",
"from deepdiagnostics.utils.register import register_simulator\n",
"from deepdiagnostics.utils.register_simulator import register_simulator\n",
"from deepdiagnostics.data.simulator import Simulator\n",
"import numpy as np \n",
"\n",
Expand Down
Loading