You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Network Parameters are limited to 5 decimal places. Which ordinarily should be enough, but I am implementing a model with very specific parameters such as 0.000001.
This leaves me with either 0, or the closest, an order of magnitude larger which throws everything off.
Is is possible to lift this restriction in the text boxes?
The text was updated successfully, but these errors were encountered:
This does raise some bigger issues. On the one hand you need to be able to specify these sort of numbers, on the other hand improper use of numbers with large ranges of scalings can lead to big numerical hygiene issues. Now ideally we planned that you could input the dimensions in the equations (including scalings) then the dimensions in the numbers you provide (also including scalings that default to those in the equations) - then the simulator takes these and works out how to use them in a numerically accurate way. Obviously this isn't implemented yet, but we do have a hackathon next week so it will be discussed there... in the mean time you can change the value in the XML and I believe as long as you do not change it again in the GUI it will stick between load/save cycles - not ideal but we will address this soon!
Network Parameters are limited to 5 decimal places. Which ordinarily should be enough, but I am implementing a model with very specific parameters such as 0.000001.
This leaves me with either 0, or the closest, an order of magnitude larger which throws everything off.
Is is possible to lift this restriction in the text boxes?
The text was updated successfully, but these errors were encountered: