Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wittgen authored and Matthias Wittgen committed Oct 22, 2024
1 parent 4af5d3f commit f5965fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion include/lsst/sphgeom/CompoundRegion.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ class CompoundRegion : public Region {
}
static std::unique_ptr<CompoundRegion> decode(std::uint8_t const *buffer, size_t n);
///@}
static void flatten(Region const &region, std::vector<std::unique_ptr<Region>> &result);

protected:

Expand Down
2 changes: 1 addition & 1 deletion tests/test_HtmPixelization.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_envelope_and_interior(self):
rsu2 = pixelization.envelope(union2)
self.assertEqual(rsu2, rsu2 | rsu)

# CHeck with intersection
# Check with intersection
c4 = Circle(UnitVector3d(1.0, 1.0, 2.0), 1)
c5 = Circle(UnitVector3d(1.0, 1.0, 2.5), 0.5)
rs4 = pixelization.envelope(c4)
Expand Down

0 comments on commit f5965fe

Please sign in to comment.