Skip to content

Commit

Permalink
Mypx.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubelMozumder committed Sep 13, 2024
1 parent 13a0d44 commit b3383e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pynxtools/dataconverter/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,8 @@ def convert_str_to_bool_safe(value):


def is_valid_data_field(value, nxdl_type, path):
# todo: Check this funciton and wtire test for it. It seems the funciton is not
# working as expected.
"""Checks whether a given value is valid according to what is defined in the NXDL.
This function will also try to convert typical types, for example int to float,
Expand Down

0 comments on commit b3383e1

Please sign in to comment.