Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dolci/schedules application #56

Merged
merged 42 commits into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
4ab8c6a
add an application to the docs
Ig-dolci Jan 12, 2024
a4e655d
wip
Ig-dolci Jan 12, 2024
e97bcc0
Compare sensitivities.
Ig-dolci Jan 15, 2024
6cfa70e
Install scipy.
Ig-dolci Jan 15, 2024
18b94d1
wip
Ig-dolci Jan 15, 2024
311f937
fix build
Ig-dolci Jan 15, 2024
e79f3f7
improve notebook texts
Ig-dolci Jan 15, 2024
14ce458
wip
Ig-dolci Jan 16, 2024
8445af7
wip
Ig-dolci Jan 16, 2024
b9397df
Update burger.ipynb
Ig-dolci Jan 17, 2024
cdd8888
wip
Ig-dolci Jan 18, 2024
ae55839
add taylor test
Ig-dolci Jan 18, 2024
0857fe8
latest version
Ig-dolci Jan 22, 2024
93c3114
move to discrete adjoint; applying some modifications and corrections…
Ig-dolci Jan 29, 2024
8b6c4cd
Update docs/source/index.rst
Ig-dolci Jan 29, 2024
c1e9005
Update docs/notebooks/burger.ipynb
Ig-dolci Jan 29, 2024
a695a29
Update docs/notebooks/burger.ipynb
Ig-dolci Jan 29, 2024
7e93501
wip
Ig-dolci Jan 29, 2024
1c22ea2
wip
Ig-dolci Feb 5, 2024
d87ea4d
wip
Ig-dolci Feb 5, 2024
043ed8e
wip
Ig-dolci Feb 5, 2024
66d880d
return to the origin
Ig-dolci Feb 5, 2024
2f3ea95
wip
Ig-dolci Feb 6, 2024
21bec1c
Notebook containing an application of checkpoint_schedules package.
Ig-dolci Feb 7, 2024
eb08589
minor corrections
Ig-dolci Feb 9, 2024
462983b
Move to the symbolic form.
Ig-dolci Feb 12, 2024
fcb859a
wip
Ig-dolci Feb 12, 2024
3e3d1da
Update docs/notebooks/burger.ipynb
Ig-dolci Feb 12, 2024
d74efc3
Update docs/notebooks/burger.ipynb
Ig-dolci Feb 12, 2024
65bc16e
Update docs/notebooks/burger.ipynb
Ig-dolci Feb 12, 2024
39a876c
small modifications
Ig-dolci Feb 12, 2024
32bc783
small modifications
Ig-dolci Feb 12, 2024
3c8cf25
add sympy
Ig-dolci Feb 12, 2024
6d56230
Code more organized.
Ig-dolci Feb 15, 2024
e7ab712
Remove wrong comment.
Ig-dolci Feb 15, 2024
aff0804
Enhance code documentation by adding docstrings to the matrix assembl…
Ig-dolci Feb 19, 2024
81fb932
Review
Ig-dolci Feb 19, 2024
471260b
Enhancing the coding notebook reads.
Ig-dolci Feb 26, 2024
ae21684
Update docs/notebooks/burger.ipynb
Ig-dolci Feb 27, 2024
6e64abc
Update docs/notebooks/burger.ipynb
Ig-dolci Feb 27, 2024
9700a78
review
Ig-dolci Feb 27, 2024
2808688
fix ref number
Ig-dolci Feb 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest numpy nbval tabulate
python -m pip install pytest numpy nbval tabulate scipy sympy
python -m pip install -e .
- name: Test with pytest
run: |
Expand Down
Loading
Loading