Skip to content

Commit

Permalink
Merge pull request #119 from brittonsmith/pyversion
Browse files Browse the repository at this point in the history
Increment python testing version
  • Loading branch information
brittonsmith committed Nov 24, 2022
2 parents de9c0d7 + e0e5107 commit 237e02c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,12 @@ workflows:
tests:
jobs:
- test-suite:
name: "Python 3.7 tests"
tag: "3.7.12"
name: "Python 3.8 tests"
tag: "3.8.14"

- docs-build:
name: "Docs build"
tag: "3.7.12"
tag: "3.8.14"

weekly:
triggers:
Expand All @@ -204,9 +204,9 @@ workflows:
- master
jobs:
- test-suite:
name: "Python 3.7 tests"
tag: "3.7.12"
name: "Python 3.8 tests"
tag: "3.8.14"

- docs-build:
name: "Docs build"
tag: "3.7.12"
tag: "3.8.14"
2 changes: 1 addition & 1 deletion src/python/pygrackle/yt_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
'x-velocity': (('gas', 'velocity_x'), 'code_velocity'),
'y-velocity': (('gas', 'velocity_y'), 'code_velocity'),
'z-velocity': (('gas', 'velocity_z'), 'code_velocity'),
'energy': (('gas', 'thermal_energy'), 'code_velocity**2'),
'energy': (('gas', 'specific_thermal_energy'), 'code_velocity**2'),
'RT_heating_rate': (('gas', 'photo_gamma'), 'erg/s')
}

Expand Down

0 comments on commit 237e02c

Please sign in to comment.