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
Added a to-do task.
Today the model accepts an arbitrary 3 casings, and it is not straight forward to define them, as you have to give the shoe depths one place and the dimensions somewhere else.
I suggest you take away all the 9 (?) casing related properties, and replace them with one, "casings" which takes an array of any number of casings, defined by depth and diameters:
'casings': [{'od': num, 'id': num, 'md': num}, ...]
This array could be sorted by md for example, to make sure the casings are in the right order.
You would have to rewrite your code a bit to fit that change, but it would be a great benefit.
The text was updated successfully, but these errors were encountered:
Added a to-do task.
Today the model accepts an arbitrary 3 casings, and it is not straight forward to define them, as you have to give the shoe depths one place and the dimensions somewhere else.
I suggest you take away all the 9 (?) casing related properties, and replace them with one, "casings" which takes an array of any number of casings, defined by depth and diameters:
'casings': [{'od': num, 'id': num, 'md': num}, ...]
This array could be sorted by md for example, to make sure the casings are in the right order.
You would have to rewrite your code a bit to fit that change, but it would be a great benefit.
The text was updated successfully, but these errors were encountered: