Skip to content

Commit

Permalink
switch CI test to cesm2_3_beta17
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Jun 8, 2024
1 parent bc5a5a5 commit 6be7fcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: alperaltuntas/CESM
ref: cesm2_3_alpha17b_gui
ref: cesm2_3_beta17
#submodules: recursive

# Run manage_Externals
Expand Down
2 changes: 1 addition & 1 deletion ProConPy/csp_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ def _refresh_options_validities(self, var):
queue = [neig for neig in self._cgraph[var] if neig.has_options()]

# Set of all variables that have been queued
queued = set(queue)
queued = {var} | set(queue)

# Traverse the constraint graph to refresh the options validities of all possibly affected variables
while queue:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install_requires =
ipywidgets>=8.1.1,<8.2
PyYAML>=6.0,<6.1
z3-solver>=4.12.3,<4.13
networkx>=3.2,<3.3
networkx>=3.3,<3.4
matplotlib>3.6,<3.7,
netcdf4>=1.6,<1.7
xarray>=2023.12,<2024
Expand Down

0 comments on commit 6be7fcd

Please sign in to comment.