Skip to content

Commit

Permalink
Merge pull request #68 from WISDEM/hot_fix/missing_init
Browse files Browse the repository at this point in the history
Hot Fix: Package Data Not Installing Correctly
  • Loading branch information
RHammond2 authored Jan 31, 2023
2 parents 8d16799 + ba2e54b commit 78b7855
Show file tree
Hide file tree
Showing 9 changed files with 1,156 additions and 1,156 deletions.
36 changes: 18 additions & 18 deletions docs/jupyter_execute/examples/how_to.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "6d9787d2",
"id": "7766b618",
"metadata": {},
"source": [
"# How To Use WOMBAT\n",
Expand All @@ -19,7 +19,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "c202caea",
"id": "ea719307",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -42,7 +42,7 @@
},
{
"cell_type": "markdown",
"id": "1d83df45",
"id": "a3c99631",
"metadata": {},
"source": [
"## Defining the Simulation\n",
Expand Down Expand Up @@ -522,7 +522,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "0f17ad99",
"id": "ccddb459",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -531,7 +531,7 @@
},
{
"cell_type": "markdown",
"id": "4e56b148",
"id": "d3ec5ac6",
"metadata": {},
"source": [
"### The configuration file\n",
Expand All @@ -552,7 +552,7 @@
{
"cell_type": "code",
"execution_count": 3,
"id": "3ae4e1b1",
"id": "3bd0febc",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -561,7 +561,7 @@
},
{
"cell_type": "markdown",
"id": "9f0a87b6",
"id": "e35d24d6",
"metadata": {},
"source": [
"```{code-block} yaml\n",
Expand Down Expand Up @@ -605,7 +605,7 @@
{
"cell_type": "code",
"execution_count": 4,
"id": "aa3be59d",
"id": "e934ae71",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -617,7 +617,7 @@
},
{
"cell_type": "markdown",
"id": "9d880e6e",
"id": "3649a76c",
"metadata": {},
"source": [
"### Option 2: `Simulation()`\n",
Expand All @@ -639,7 +639,7 @@
{
"cell_type": "code",
"execution_count": 5,
"id": "c0ac7ccc",
"id": "628cee0d",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -651,7 +651,7 @@
},
{
"cell_type": "markdown",
"id": "6e0ec623",
"id": "b83c28b1",
"metadata": {},
"source": [
"## Run the analysis\n",
Expand All @@ -678,14 +678,14 @@
{
"cell_type": "code",
"execution_count": 6,
"id": "b1c29873",
"id": "e82db26d",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Run time: 0.63 minutes\n"
"Run time: 0.70 minutes\n"
]
}
],
Expand All @@ -703,7 +703,7 @@
},
{
"cell_type": "markdown",
"id": "28f183b5",
"id": "29028eee",
"metadata": {},
"source": [
"## Metric computation\n",
Expand All @@ -715,7 +715,7 @@
{
"cell_type": "code",
"execution_count": 7,
"id": "4a840e96",
"id": "bfa571c2",
"metadata": {},
"outputs": [
{
Expand All @@ -737,7 +737,7 @@
{
"cell_type": "code",
"execution_count": 8,
"id": "e8184fb1",
"id": "a896f57a",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -770,7 +770,7 @@
},
{
"cell_type": "markdown",
"id": "a14c2dac",
"id": "d43499de",
"metadata": {},
"source": [
"## Optional: Delete the logging files\n",
Expand All @@ -781,7 +781,7 @@
{
"cell_type": "code",
"execution_count": 9,
"id": "1b44ace3",
"id": "b6ebd114",
"metadata": {},
"outputs": [],
"source": [
Expand Down
Loading

0 comments on commit 78b7855

Please sign in to comment.