Skip to content

Commit

Permalink
Remove rng seed setting
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jan 29, 2025
1 parent a3fafe4 commit 9aaa1a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_convertReferenceCatalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,6 @@ class ConvertGaiaManagerTests(convertReferenceCatalogTestBase.ConvertReferenceCa
"""Unittests specific to the Gaia catalog.
"""
def setUp(self):

np.random.seed(10)

self.tempDir = tempfile.TemporaryDirectory()
tempPath = self.tempDir.name
self.log = logging.getLogger("lsst.TestConvertRefcatManager")
Expand Down

0 comments on commit 9aaa1a5

Please sign in to comment.