fix(simulation): Error with yield caused to wait for too shortly if floats have too many decimal points. Rounding up on smallest decimal point now
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
@@ -3,7 +3,6 @@ import sys
|
||||
import pathlib
|
||||
|
||||
|
||||
# 1/u_opt_2
|
||||
def main():
|
||||
input_file = sys.argv[1]
|
||||
assert pathlib.Path(input_file).suffix == ".csv", "Input needs to be a .csv file"
|
||||
|
||||
Reference in New Issue
Block a user