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

Speed up some tests #1657

Merged
merged 4 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions CHANGELOG-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ the released changes.
- Creation of `Fitter` objects will fail if there are free unfittable parameters in the timing model.
- Only fittable parameters will be listed as check boxes in the `plk` interface.
- Update CI tests for Python 3.12
- Made `test_grid` routines faster
### Added
- CHI2, CHI2R, TRES, DMRES now in postfit par files
- Added `WaveX` model as a `DelayComponent` with Fourier amplitudes as fitted parameters
Expand Down
2 changes: 1 addition & 1 deletion tests/test_fake_toas.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def test_fake_DMfit():
f = GLSFitter(t, m)
f.fit_toas()

N = 30
N = 15

DMs = np.zeros(N) * u.pc / u.cm**3
for iter in range(N):
Expand Down
Loading
Loading