Skip to content

Commit

Permalink
deleted Atmosphere class
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholaswogan committed Feb 3, 2025
1 parent a33e80e commit 8bbc520
Show file tree
Hide file tree
Showing 29 changed files with 19 additions and 5,384 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
- name: test fortran
working-directory: ${{github.workspace}}/build
run: |
valgrind --error-exitcode=1 --leak-check=full ./tests/memtest
valgrind --error-exitcode=1 --leak-check=full ./tests/memtest_evo
- name: build python
Expand Down
137 changes: 0 additions & 137 deletions examples/ModernEarth/settings_Atmosphere.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion photochem/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ._photochem import EvoAtmosphere, Atmosphere, PhotoException, __version__
from ._photochem import EvoAtmosphere, PhotoException, __version__
from photochem_clima_data import DATA_DIR

# Limits OpenMP threads to 1
Expand Down
Loading

0 comments on commit 8bbc520

Please sign in to comment.