Skip to content

Commit

Permalink
Increase execution time
Browse files Browse the repository at this point in the history
  • Loading branch information
peremato committed Apr 10, 2024
1 parent 2da12fa commit efccc67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 54 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ tutorial/docs/_build
# committed for packages, but should be committed for applications that require a static
# environment.
Manifest.toml

# VS code
.vscode
1 change: 1 addition & 0 deletions tutorial/docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ logo: images/juliaheplogo.png
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks: force
timeout: 100

# Define the name of the latex output file for PDF builds
latex:
Expand Down
54 changes: 0 additions & 54 deletions tutorial/docs/geant4-jl-intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -690,60 +690,6 @@
"@show GetCubicVolume(union) # G4BooleanSolid cashes the volume\n",
"@show DistanceToIn(union, G4ThreeVector(10,10,10)); # this will probabluy crash the program"
]
},
{
"cell_type": "code",
"execution_count": 13,
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": [
"scroll-output"
]
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[32m\u001b[1mStatus\u001b[22m\u001b[39m `~/.julia/environments/v1.10/Project.toml`\n",
" \u001b[90m[861a8166] \u001b[39mCombinatorics v1.0.2\n",
"\u001b[33m⌅\u001b[39m \u001b[90m[1f15a43c] \u001b[39mCxxWrap v0.14.2\n",
" \u001b[90m[a93c6f00] \u001b[39mDataFrames v1.6.1\n",
" \u001b[90m[eb32b910] \u001b[39mEDM4hep v0.3.1 `~/Development/EDM4hep.jl`\n",
" \u001b[90m[559df036] \u001b[39mGeant4 v0.1.13\n",
" \u001b[90m[7073ff75] \u001b[39mIJulia v1.24.2\n",
" \u001b[90m[f612022c] \u001b[39mLorentzVectorHEP v0.1.6\n",
"\u001b[32m⌃\u001b[39m \u001b[90m[98572fba] \u001b[39mParquet2 v0.2.20\n",
"\u001b[32m⌃\u001b[39m \u001b[90m[91a5bcdd] \u001b[39mPlots v1.40.1\n",
" \u001b[90m[90137ffa] \u001b[39mStaticArrays v1.9.3\n",
"\u001b[32m⌃\u001b[39m \u001b[90m[3cd96dde] \u001b[39mUnROOT v0.10.22\n",
" \u001b[90m[2e619515] \u001b[39mExpat_jll v2.5.0+0\n",
" \u001b[90m[872b6946] \u001b[39mGeant4_jll v11.2.0+0\n",
" \u001b[90m[637d83c4] \u001b[39mXerces_jll v3.2.4+0\n",
"\u001b[36m\u001b[1mInfo\u001b[22m\u001b[39m Packages marked with \u001b[32m⌃\u001b[39m and \u001b[33m⌅\u001b[39m have new versions available. Those with \u001b[32m⌃\u001b[39m may be upgradable, but those with \u001b[33m⌅\u001b[39m are restricted by compatibility constraints from upgrading. To see why use `status --outdated`\n"
]
}
],
"source": [
"using Pkg\n",
"Pkg.status()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit efccc67

Please sign in to comment.