Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
VLucet committed Jan 12, 2024
1 parent 5d5a5c3 commit e9c4117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdtools/labelstudio.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ def get_name(df):
print(df.head())
column_name = "source_file_with_dep"
col = df[column_name].tolist()
from math import isnan
first_valid = next(x for x in col if not isnan(x))
# from math import isnan
# first_valid = next(x for x in col if not isnan(x))
print("&&&&&&&")
# print(col)
print(col[0])
Expand Down

0 comments on commit e9c4117

Please sign in to comment.