Skip to content

Commit

Permalink
Redefine the training region for XPu.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Jun 6, 2024
1 parent 1b1866e commit 932ee1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/the/monster/measure_colorterms.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,4 +430,4 @@ def n_nodes(self):

@property
def ra_dec_range(self):
return (150, 180, 10, 30)
return (20.0, 35.0, -4.0, 4.0)
4 changes: 4 additions & 0 deletions tests/test_catalog_measurement.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ class GaiaXPuSplineMeasurerTester(GaiaXPuSplineMeasurer):
def n_nodes(self):
return 5

@property
def ra_dec_range(self):
return (150, 180, 10, 30)


class SplineMeasurerTest(lsst.utils.tests.TestCase):
def test_measure(self):
Expand Down

0 comments on commit 932ee1d

Please sign in to comment.