Skip to content

Commit

Permalink
Merge branch 'main' into feat/add-3d
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Dec 29, 2023
2 parents 473258f + daa3f52 commit 9a497b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pvgmsh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
import tempfile
from pathlib import Path

from __future__ import annotations

import tempfile

import gmsh
import numpy as np
import pyvista as pv
Expand All @@ -12,7 +16,6 @@

FRONTAL_DELAUNAY_2D = 6


def frontal_delaunay_2d(
edge_source: pv.PolyData,
target_size: float | None,
Expand Down

0 comments on commit 9a497b4

Please sign in to comment.