Skip to content

Commit

Permalink
deploy: efccc67
Browse files Browse the repository at this point in the history
  • Loading branch information
peremato committed Apr 10, 2024
1 parent e610ac9 commit ae2d92f
Show file tree
Hide file tree
Showing 10 changed files with 563 additions and 277 deletions.
54 changes: 0 additions & 54 deletions _sources/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
323 changes: 297 additions & 26 deletions examples/HBC30.html

Large diffs are not rendered by default.

79 changes: 2 additions & 77 deletions geant4-jl-applications.html

Large diffs are not rendered by default.

260 changes: 259 additions & 1 deletion geant4-jl-geometry.html

Large diffs are not rendered by default.

32 changes: 2 additions & 30 deletions geant4-jl-intro.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion reports/examples/HBC30.err.log
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Traceback (most recent call last):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/micromamba/envs/julia-intro/lib/python3.12/site-packages/nbclient/client.py", line 856, in _async_handle_timeout
raise CellTimeoutError.error_from_timeout_and_cell(
nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 100 seconds.
The message was: Cell execution timed out.
Here is a preview of the cell contents:
-------------------
Expand Down
43 changes: 0 additions & 43 deletions reports/geant4-jl-applications.err.log

This file was deleted.

2 changes: 1 addition & 1 deletion reports/geant4-jl-geometry.err.log
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Traceback (most recent call last):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/micromamba/envs/julia-intro/lib/python3.12/site-packages/nbclient/client.py", line 856, in _async_handle_timeout
raise CellTimeoutError.error_from_timeout_and_cell(
nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 30 seconds.
nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 100 seconds.
The message was: Cell execution timed out.
Here is a preview of the cell contents:
-------------------
Expand Down
43 changes: 0 additions & 43 deletions reports/geant4-jl-intro.err.log

This file was deleted.

2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit ae2d92f

Please sign in to comment.