Skip to content

Commit

Permalink
change test.ylm
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke-takase committed Apr 25, 2024
1 parent b1306b9 commit c89c9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grasp2alm/beam_cut.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class BeamCut:
vini: float = 0.0
vinc: float = 0.0
vnum: int = 0
c: np.ndarray = field(default_factory=lambda: np.array([])) # TODO check is it needed variable
c: np.ndarray = np.array([]) # TODO check is it needed variable
icomp: int = 0
icut: int = 0
ncomp: int = 0
Expand Down

0 comments on commit c89c9b6

Please sign in to comment.