Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
add prototype_projectile_plot_rust.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
whatthedev-eth committed Feb 10, 2023
1 parent 5c0ab28 commit 5e3dba1
Show file tree
Hide file tree
Showing 3 changed files with 997 additions and 8 deletions.
6 changes: 5 additions & 1 deletion projectile_path/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,8 @@ dmypy.json

# Other folders not for github
_not_gh_tests
_not_gh_contracts
_not_gh_contracts

# Added by cargo

/target
22 changes: 15 additions & 7 deletions projectile_path/tests/prototype_projectile_plot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 2,
"id": "7d7134bf",
"metadata": {},
"outputs": [],
Expand All @@ -29,7 +29,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 3,
"id": "ac10d3a4",
"metadata": {},
"outputs": [],
Expand All @@ -52,7 +52,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 4,
"id": "2494abc5",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -94,7 +94,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 5,
"id": "92ea27fe",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -172,7 +172,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 6,
"id": "c29aebb5",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -239,7 +239,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 7,
"id": "df8f26d3",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -308,7 +308,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 9,
"id": "f9a52462",
"metadata": {
"scrolled": false
Expand Down Expand Up @@ -344,6 +344,14 @@
"\n",
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "899ae8fc",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Loading

0 comments on commit 5e3dba1

Please sign in to comment.