Skip to content

Commit

Permalink
Merge pull request #1657 from dlakaplan/fastergrid
Browse files Browse the repository at this point in the history
Speed up some tests
  • Loading branch information
abhisrkckl authored Oct 23, 2023
2 parents a35fdfb + 439b66e commit c86140e
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 168 deletions.
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

0 comments on commit c86140e

Please sign in to comment.