Skip to content

Commit

Permalink
Max Size Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Destination2Unknown committed Jul 17, 2022
1 parent 2354958 commit 4ff69ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 WicklowWolf
Copyright (c) 2022 Destination2Unknown

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions PythonPID_Simulator.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ def refresh():
if __name__ == "__main__":
#Random Noise between -0.25 and 0.25, same set used for each run. Created once at runtime.
minsize=600
maxsize=7200
noise= np.random.rand(minsize)/2
maxsize=18000
noise= np.random.rand(maxsize)/2
noise-=0.25

#Gui
Expand Down

0 comments on commit 4ff69ec

Please sign in to comment.