Skip to content

Commit

Permalink
Merge pull request #40 from noman404/noman404/issue20
Browse files Browse the repository at this point in the history
issue fix #20 updated notebook example
  • Loading branch information
noman404 authored Oct 23, 2024
2 parents 2150308 + a408f53 commit 5aa1991
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions run-project.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -11,7 +11,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 2,
"metadata": {
"collapsed": false,
"jupyter": {
Expand All @@ -20,12 +20,12 @@
},
"outputs": [],
"source": [
"cmd = \"python taxsim_emulator.py taxsim_input.csv\""
"cmd = \"python policyengine_taxsim/cli.py resources/taxsim35/taxsim_input.csv\""
]
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 3,
"metadata": {
"collapsed": false,
"jupyter": {
Expand All @@ -39,7 +39,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 4,
"metadata": {
"collapsed": false,
"jupyter": {
Expand All @@ -52,9 +52,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"b'running script'\n",
"b'Chosen Output Level: full'\n",
"b'script finished'\n"
"b'Output saved to output.csv'\n"
]
}
],
Expand Down

0 comments on commit 5aa1991

Please sign in to comment.