Loading py/utopya_tools.py +10 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,15 @@ # 2024-08, Arjo Segers # Fine-tune reading CsvFile: remove whitespace, do not filter on NA values. # # 2024-08, Arjo Segers # Use "imp" instead of "importlib". # # 2024-11, Arjo Segers # Fixed typo error when using "is_int" flag. # # 2025-01, Arjo Segers # Use "importlib" again as "imp" seems depricated. # # ------------------------------------------------- # help Loading Loading @@ -485,7 +494,7 @@ def GetValuesFunction(part): # endif # stepping: if len(args) >= 3: if is_init: if is_int: istep = int(args[2]) else: fstep = float(args[2]) Loading Loading
py/utopya_tools.py +10 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,15 @@ # 2024-08, Arjo Segers # Fine-tune reading CsvFile: remove whitespace, do not filter on NA values. # # 2024-08, Arjo Segers # Use "imp" instead of "importlib". # # 2024-11, Arjo Segers # Fixed typo error when using "is_int" flag. # # 2025-01, Arjo Segers # Use "importlib" again as "imp" seems depricated. # # ------------------------------------------------- # help Loading Loading @@ -485,7 +494,7 @@ def GetValuesFunction(part): # endif # stepping: if len(args) >= 3: if is_init: if is_int: istep = int(args[2]) else: fstep = float(args[2]) Loading