Skip to content

Commit

Permalink
Rename surface_gases -> solve
Browse files Browse the repository at this point in the history
  • Loading branch information
nichollsh committed Sep 6, 2024
1 parent bb7b1e9 commit 30a236d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/SolveVol.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"source": [
"import sys\n",
"sys.path.append(\"..\")\n",
"from calliope.surface_gases import *\n",
"from calliope.solve import *\n",
"from calliope.structure import calculate_mantle_mass\n",
"from calliope.constants import R_earth, const_G, M_earth\n",
"\n",
Expand Down

0 comments on commit 30a236d

Please sign in to comment.