Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasMelton committed Nov 18, 2024
1 parent a157af9 commit 52a8b17
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions artlib/common/BaseART.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,9 +458,6 @@ def step_fit(
T_values, T_cache = zip(
*[self.category_choice(x, w, params=self.params) for w in self.W]
)
# if self.sample_counter_ == 816:
# print(T_values)
# print(x)
T = np.array(T_values)
while any(~np.isnan(T)):
c_ = int(np.nanargmax(T))
Expand Down

0 comments on commit 52a8b17

Please sign in to comment.