Skip to content

Commit 265e65b

Browse files
authored
Merge branch 'main' into fix-opttrans
2 parents 6a16484 + 9c9bdd0 commit 265e65b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
shell: bash -l {0}
3737
run: pip list
3838
- name: Download "build" folder (cache)
39-
uses: dawidd6/action-download-artifact@v9
39+
uses: dawidd6/action-download-artifact@v11
4040
with:
4141
workflow: cache.yml
4242
branch: main

.github/workflows/collab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
shell: bash -l {0}
2929
run: pip list
3030
- name: Download "build" folder (cache)
31-
uses: dawidd6/action-download-artifact@v9
31+
uses: dawidd6/action-download-artifact@v11
3232
with:
3333
workflow: cache.yml
3434
branch: main

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
environment-file: environment.yml
2828
activate-environment: quantecon
2929
- name: Download "build" folder (cache)
30-
uses: dawidd6/action-download-artifact@v9
30+
uses: dawidd6/action-download-artifact@v11
3131
with:
3232
workflow: cache.yml
3333
branch: main

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: pip list
3939
# Download Build Cache from cache.yml
4040
- name: Download "build" folder (cache)
41-
uses: dawidd6/action-download-artifact@v9
41+
uses: dawidd6/action-download-artifact@v11
4242
with:
4343
workflow: cache.yml
4444
branch: main

lectures/mccall_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ states to actions.
197197
Given *any* $w$, we can read off the corresponding best choice (accept or
198198
reject) by picking the max on the right-hand side of {eq}`odu_pv`.
199199

200-
Thus, we have a map from $\mathbb R$ to $\{0, 1\}$, with 1 meaning accept and 0 meaning reject.
200+
Thus, we have a map from $\mathbb W$ to $\{0, 1\}$, with 1 meaning accept and 0 meaning reject.
201201

202202
We can write the policy as follows
203203

0 commit comments

Comments
 (0)