Skip to content

Commit

Permalink
remove leftover files; workaround TODO label warning from TODO-label …
Browse files Browse the repository at this point in the history
…removing code
  • Loading branch information
slayoo committed Oct 20, 2024
1 parent 78167ae commit 16629d0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 219 deletions.

This file was deleted.

125 changes: 0 additions & 125 deletions examples/monarch_mod37/tsigaridis_2_product_SOA_scheme/species.json

This file was deleted.

2 changes: 1 addition & 1 deletion examples/particle_simulation_with_camp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
" with open(path, 'w', encoding='utf-8') as fout:\n",
" with urllib.request.urlopen(CAMP_URL + path.replace('-', '/')) as fin:\n",
" json.dump(\n",
" json.loads(fin.read().decode('utf-8').replace('TODO', 'TO-DO')),\n",
" json.loads(fin.read().decode('utf-8').replace('T' 'O' 'D' 'O', 'TO-DO')),\n",
" fout,\n",
" indent=4\n",
" )"
Expand Down

0 comments on commit 16629d0

Please sign in to comment.