We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1db31 commit 4144c59Copy full SHA for 4144c59
LoopStructural/datatypes/_point.py
@@ -0,0 +1,5 @@
1
+# from dataclasses import dataclass
2
+
3
4
+# @dataclass
5
+# class Value:
LoopStructural/datatypes/_value_set.py renamed to LoopStructural/datatypes/_point_set.py
@@ -1,6 +1,6 @@
# import numpy as np
-# class ValueSet:
+# class PointSet:
# def __init__(self, values: np.ndarray):
6
# self.values = values
LoopStructural/datatypes/_value.py
0 commit comments