Skip to content

Commit fa4ad2b

Browse files
Copilotmarkus-stoll
andcommitted
Reformat code with Black 26.3.1 to fix CI formatting check
Co-authored-by: markus-stoll <6725742+markus-stoll@users.noreply.github.com>
1 parent efa01ab commit fa4ad2b

6 files changed

Lines changed: 0 additions & 6 deletions

File tree

docs/examples/aggregate_categorical.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import numpy as np
1010
from mesh2vec.mesh2vec_cae import Mesh2VecCae
1111

12-
1312
# %%
1413
# Load Shell and features from ANSA
1514
# ----------------------------------

docs/examples/aggregate_warpage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import numpy as np
1010
from mesh2vec.mesh2vec_cae import Mesh2VecCae
1111

12-
1312
# %%
1413
# Load Shell from ANSA, simulation results from d3plot
1514
# -----------------------------------------------------

docs/examples/plot_neighbor_distances.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import pandas as pd
1212
from mesh2vec.mesh2vec_cae import Mesh2VecCae
1313

14-
1514
# %%
1615
# Load Shell from ANSA
1716
# ----------------------

docs/examples/plot_stress.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from lasso.dyna import ArrayType
1212
from mesh2vec.mesh2vec_cae import Mesh2VecCae
1313

14-
1514
# %%
1615
# Load Shell from ANSA, simulation results from d3plot
1716
# -----------------------------------------------------

docs/examples/quickstart.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import numpy as np
1010
from mesh2vec.mesh2vec_cae import Mesh2VecCae
1111

12-
1312
# %%
1413
# Load Shell from ANSA
1514
# -----------------------------------------------------

scripts/evaluation_1x0x3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import numpy as np
99
from mesh2vec.mesh2vec_cae import Mesh2VecCae
1010

11-
1211
DIST = 30
1312
PATH = "data/hat/cached_hat_key.json"
1413

0 commit comments

Comments
 (0)