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

feat: Add radio background emulator #219

Merged
merged 47 commits into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
1a13703
feat: Add radio background emulator
DanielaBreitman Jul 16, 2024
d3efecd
fix: properties
DanielaBreitman Jul 16, 2024
00a4b4c
test: fix old tests
DanielaBreitman Jul 19, 2024
5c667a3
test: fix old tests
DanielaBreitman Jul 19, 2024
745706a
test: fix old tests
DanielaBreitman Jul 22, 2024
d133b7b
test: fix old tests
DanielaBreitman Jul 22, 2024
4359f65
test: fix old tests
DanielaBreitman Jul 22, 2024
7e48a08
test: fix old tests
DanielaBreitman Jul 22, 2024
6761255
test: fix old tests
DanielaBreitman Jul 22, 2024
8c34115
test: fix old tests
DanielaBreitman Jul 22, 2024
389a532
test: fix old tests
DanielaBreitman Jul 22, 2024
e9e14c5
test: fix old tests
DanielaBreitman Jul 22, 2024
8e84d98
test: fix old tests
DanielaBreitman Jul 22, 2024
bd7466c
test: fix old tests
DanielaBreitman Jul 22, 2024
6001f11
test: fix old tests
DanielaBreitman Jul 22, 2024
4db0545
test: fix old tests
DanielaBreitman Jul 22, 2024
a75616b
test: adding new tests
DanielaBreitman Jul 22, 2024
16e9af3
test: adding new tests
DanielaBreitman Jul 22, 2024
e83c6d1
test: adding new tests
DanielaBreitman Jul 22, 2024
ba1d10b
test: adding new tests
DanielaBreitman Jul 22, 2024
d353e59
test: adding new tests
DanielaBreitman Jul 22, 2024
35807d0
test: adding new tests
DanielaBreitman Jul 22, 2024
0a862e1
test: adding new tests
DanielaBreitman Jul 22, 2024
5972745
test: adding new tests
DanielaBreitman Jul 22, 2024
3999c6b
test: adding new tests
DanielaBreitman Jul 22, 2024
5694aab
test: adding new tests
DanielaBreitman Jul 22, 2024
18f2200
test: excluding model.py from testing
DanielaBreitman Jul 23, 2024
48928b1
test: excluding model.py from testing
DanielaBreitman Jul 23, 2024
dbbf2e0
test: excluding model.py from testing
DanielaBreitman Jul 23, 2024
3b124c5
test: excluding model.py from testing
DanielaBreitman Jul 23, 2024
e91990b
test: excluding model.py from testing
DanielaBreitman Jul 23, 2024
dbfa2b8
test: excluding model.py from testing
DanielaBreitman Jul 23, 2024
420252b
test: excluding model.py from testing
DanielaBreitman Jul 23, 2024
1fd6a85
test: excluding model.py from testing
DanielaBreitman Jul 23, 2024
d8d061b
test: excluding model.py from testing
DanielaBreitman Jul 23, 2024
9ad672d
test: excluding model.py from testing
DanielaBreitman Jul 23, 2024
adfa10c
docs: updating tutorials
DanielaBreitman Jul 24, 2024
8f07b65
test: excluding model.py from testing
DanielaBreitman Jul 24, 2024
0ae16a8
test: excluding model.py from testing
DanielaBreitman Jul 24, 2024
fd41f91
test: excluding model.py from testing
DanielaBreitman Jul 24, 2024
e2c959c
test: excluding model.py from testing
DanielaBreitman Jul 24, 2024
eab7fba
test: excluding model.py from testing
DanielaBreitman Jul 24, 2024
417ab88
test: adding tests
DanielaBreitman Jul 24, 2024
2d0bc54
test: adding tests
DanielaBreitman Jul 24, 2024
4e9f3d5
test: adding tests
DanielaBreitman Jul 24, 2024
8f2f81b
docs:Revert to old tutorial
DanielaBreitman Jul 24, 2024
437fc5e
docs:Revert to old tutorial
DanielaBreitman Jul 24, 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
15 changes: 15 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

[path]
omit =
models/
tests/
*/tmp/*
*/site-packages/py21cmemu/*

[run]
branch = True
omit =
models/
tests/
*/tmp/*
*/site-packages/py21cmemu/*
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ sphinx>=5.2.0
sphinx-click>=4.4.0
tensorflow>=2.6.0
toml==0.10.2
torch>=1.9.0
Loading
Loading