Skip to content

Commit a46b55c

Browse files
MAINT: adjust notebooks paths
1 parent 560e7c0 commit a46b55c

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

docs/notebooks/environment_class_usage.ipynb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,7 @@
19241924
"metadata": {
19251925
"hide_input": false,
19261926
"kernelspec": {
1927-
"display_name": "Python 3",
1927+
"display_name": ".venv",
19281928
"language": "python",
19291929
"name": "python3"
19301930
},
@@ -1938,7 +1938,12 @@
19381938
"name": "python",
19391939
"nbconvert_exporter": "python",
19401940
"pygments_lexer": "ipython3",
1941-
"version": "3.9.7"
1941+
"version": "3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]"
1942+
},
1943+
"vscode": {
1944+
"interpreter": {
1945+
"hash": "e5b7a8cae4f67c92cb11d9e20ddffc69e636d67ed689401b5441ad3ba95f0999"
1946+
}
19421947
}
19431948
},
19441949
"nbformat": 4,

docs/notebooks/solid_motor_class_usage.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
"outputs": [],
526526
"source": [
527527
"MOTOR = SolidMotor(\n",
528-
" thrustSource=r\"../../data/keron/thrustCurve.csv\",\n",
528+
" thrustSource=r\"../../data/motors/keron/thrustCurve.csv\",\n",
529529
" burnOut=5.274,\n",
530530
" reshapeThrustCurve=False,\n",
531531
" grainNumber=6,\n",
@@ -1026,7 +1026,7 @@
10261026
"outputs": [],
10271027
"source": [
10281028
"MOTOR = SolidMotor(\n",
1029-
" thrustSource=r\"../../data/keron/thrustCurve.csv\",\n",
1029+
" thrustSource=r\"../../data/motors/keron/thrustCurve.csv\",\n",
10301030
" burnOut=5.274,\n",
10311031
" reshapeThrustCurve=[10, 6000],\n",
10321032
" grainNumber=6,\n",

0 commit comments

Comments
 (0)