Skip to content

Commit 7818266

Browse files
committed
remove Plots reference
1 parent da6fd93 commit 7818266

File tree

2 files changed

+11
-23
lines changed

2 files changed

+11
-23
lines changed

.github/workflows/tests+pypi.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,10 @@ jobs:
210210
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python -m pytest --durations=10 -v -s -We -p no:unraisableexception gitmodules/devops_tests
211211
212212
## uncomment to gain ssh access in case of failure
213-
- if: ${{ !(matrix.platform == 'macos-14' && matrix.python-version == '3.12') }}
214213
# - if: ${{ failure() }}
215-
uses: mxschmitt/action-tmate@v3
216-
with:
217-
limit-access-to-actor: true
214+
# uses: mxschmitt/action-tmate@v3
215+
# with:
216+
# limit-access-to-actor: true
218217

219218
dist_check:
220219
runs-on: ubuntu-latest

examples/additive_coag_comparison.ipynb

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
},
463463
{
464464
"cell_type": "code",
465-
"execution_count": 10,
465+
"execution_count": 17,
466466
"id": "f7d54f29",
467467
"metadata": {},
468468
"outputs": [],
@@ -481,12 +481,12 @@
481481
" \n",
482482
" code_to_write = \"\"\"\n",
483483
" using Pkg\n",
484-
" Pkg.add([\"Combinatorics\", \"Distributions\", \"Random\", \"JSON\",\"Interpolations\"])\n",
484+
" Pkg.add([\"Combinatorics\", \"Distributions\", \"Random\",\"JSON\",\"Interpolations\"])\n",
485485
" using Random,Combinatorics,Distributions\n",
486486
" include(\"Droplets.jl-src-SDfunc-constants.jl\")\n",
487487
" include(\"Droplets.jl-src-SDfunc-coalescence.jl\")\n",
488488
" include(\"Droplets.jl-src-SDfunc-binning.jl\")\n",
489-
" using JSON,Plots\n",
489+
" using JSON\n",
490490
" \n",
491491
" FT = Float64\n",
492492
" setup = JSON.parsefile(\"./setup.json\")\n",
@@ -539,6 +539,9 @@
539539
" open(\"output.json\", \"w\") do file\n",
540540
" write(file, json_string)\n",
541541
" end\n",
542+
"\n",
543+
" using Printf\n",
544+
" @printf(\"%d\\n\", Sys.free_memory()/2^20) \n",
542545
" \"\"\"\n",
543546
"\n",
544547
" with open('script.jl', 'w', encoding='utf-8') as file:\n",
@@ -555,7 +558,7 @@
555558
},
556559
{
557560
"cell_type": "code",
558-
"execution_count": 11,
561+
"execution_count": 18,
559562
"id": "b33d3ccb",
560563
"metadata": {},
561564
"outputs": [
@@ -567,21 +570,7 @@
567570
"Instantiating RunPartMC\n",
568571
"Instantiating RunPySDM\n",
569572
"Instantiating NewModelRun\n",
570-
"Instantiating RunDropletsJL\n",
571-
"Running analytical...\n",
572-
"Running PartMC...\n",
573-
"Running PySDM...\n",
574-
"Running ...\n",
575-
"Running Droplets.jl...\n"
576-
]
577-
},
578-
{
579-
"name": "stderr",
580-
"output_type": "stream",
581-
"text": [
582-
" Resolving package versions...\n",
583-
" No Changes to `~/.julia/environments/v1.11/Project.toml`\n",
584-
" No Changes to `~/.julia/environments/v1.11/Manifest.toml`\n"
573+
"Instantiating RunDropletsJL\n"
585574
]
586575
}
587576
],

0 commit comments

Comments
 (0)