Skip to content

Commit 4144c59

Browse files
committed
fix: value changed to point
1 parent 7e1db31 commit 4144c59

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

LoopStructural/datatypes/_point.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# from dataclasses import dataclass
2+
3+
4+
# @dataclass
5+
# class Value:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# import numpy as np
22

33

4-
# class ValueSet:
4+
# class PointSet:
55
# def __init__(self, values: np.ndarray):
66
# self.values = values

LoopStructural/datatypes/_value.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)