File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,12 @@ jobs:
4141 uses : actions/checkout@v4
4242 with :
4343 repository : CFT-HY/pttools
44- # A specific commit is used instead of the 0.9.0 release,
45- # as the release is missing some __init__.py files in the example folders,
46- # which prevents the example scripts from being imported.
47- ref : da50329beba788803ba6bee2b497a89a98bea53d
44+ # The 0.9.0 release was missing some __init__.py files in the example folders,
45+ # which prevented the example scripts from being imported.
46+ # In addition to this, the Giese et al. bubble solver has since been included in PTtools
47+ # and removed from this repository.
48+ # Both of these changes necessitate the use of a newer PTtools version than 0.9.0.
49+ ref : a2941306f0168debe543595a02919957bb52add0
4850 path : pttools
4951 - name : Load pip cache
5052 uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments