diff --git a/.github/workflows/renate-od.yml b/.github/workflows/renate-od.yml index 1e2a3d6..dd1f72c 100644 --- a/.github/workflows/renate-od.yml +++ b/.github/workflows/renate-od.yml @@ -6,14 +6,14 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - - name: Set up Python 3.6.7 + - name: Set up Python 3.9.12 uses: actions/setup-python@v5 with: - python-version: '3.6.7' + python-version: '3.9.12' - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/crm_solver/beamlettest.py b/crm_solver/beamlettest.py index 282cd40..799d2cd 100644 --- a/crm_solver/beamlettest.py +++ b/crm_solver/beamlettest.py @@ -8,7 +8,7 @@ class BeamletTest(unittest.TestCase): EXPECTED_ATTR = ['param', 'components', 'profiles', 'coefficient_matrix', 'atomic_db', 'initial_condition'] - EXPECTED_INITIAL_CONDITION = [4832583106.4753895, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] + EXPECTED_INITIAL_CONDITION = [4832583046.75342, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] EXPECTED_PARAM_ATTR = ['beamlet_source', 'beamlet_energy', 'beamlet_species', 'beamlet_current'] EXPECTED_COMPONENTS_KEYS = ['q', 'Z', 'A'] EXPECTED_COMPONENTS_SPECIES = ['electron', 'ion1', 'ion2'] diff --git a/requirements.txt b/requirements.txt index d06f94c..f3b61de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -scipy==1.0.0 -numpy==1.14.0 -pandas==0.22.0 -h5py==2.9.0 -matplotlib==2.1.2 -lxml==4.6.3 -tables==3.4.2 -paramiko==2.4.2 -scp==0.13.2 +scipy==1.8.0 +numpy==1.23.1 +pandas==1.4.2 +h5py==3.6.0 +matplotlib==3.6.0 +lxml==4.8.0 +tables==3.6.1 +paramiko==2.8.1 +scp==0.14.4