Skip to content

Commit

Permalink
GmMultiPolyIntersector for python - fix CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mkennard-aquaveo committed Jan 3, 2024
1 parent 5682e0a commit ce6502c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Tests for the TriSearch class."""
"""Tests for the MultiPolyIntersector class."""
import unittest

import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion xmsgrid/python/geometry/GmMultiPolyIntersector_py.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include <xmscore/python/misc/PyUtils.h>
#include <xmsgrid/geometry/GmMultiPolyIntersector.h>
#include <xmsgrid/geometry/GmMultiPolyIntersectorSorterTerse.h>
#include <xmsgrid/geometry/GmMultiPolyIntersectionSorterTerse.h>
#include <xmsgrid/python/geometry/geometry_py.h>

//----- Namespace declaration --------------------------------------------------
Expand Down

0 comments on commit ce6502c

Please sign in to comment.