Skip to content

Commit

Permalink
fix: value changed to point
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Oct 12, 2023
1 parent 7e1db31 commit 4144c59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 5 additions & 0 deletions LoopStructural/datatypes/_point.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# from dataclasses import dataclass


# @dataclass
# class Value:
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# import numpy as np


# class ValueSet:
# class PointSet:
# def __init__(self, values: np.ndarray):
# self.values = values
7 changes: 0 additions & 7 deletions LoopStructural/datatypes/_value.py

This file was deleted.

0 comments on commit 4144c59

Please sign in to comment.