Skip to content

Commit

Permalink
adding debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Feb 14, 2024
1 parent 383e96e commit f8ce35d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Test examples
run: |
cd examples
treon example.ipynb
treon -v example.ipynb
2 changes: 1 addition & 1 deletion examples/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
" trim_data=(0,), # If 'trim_data' is passed, all input files will\n",
") # be trimmed to (tmin, tmax(optional))\n",
"\n",
"la.process_outputs(cores=4, # Once LoadsAnalysis is configured, process outputs with\n",
"la.process_outputs(cores=1, # Once LoadsAnalysis is configured, process outputs with\n",
" return_damage=True, # optional return of Palmgren-Miner damange and\n",
" goodman=True) # optional use of goodman correction for mean load values\n",
" # Note `cores` is optional but will trigger parallel processing if configured"
Expand Down

0 comments on commit f8ce35d

Please sign in to comment.