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
Some Soss functions follow weird capitalization conventions -- for instance, importanceSample is in lowerCamelCase instead of the traditional snake_case suggested by most Julia style guides (or the squashcase suggested by the official Julia guide). Do is similar -- could be renamed do_op to avoid conflicting with the do keyword.
Some Soss functions follow weird capitalization conventions -- for instance,
importanceSample
is in lowerCamelCase instead of the traditional snake_case suggested by most Julia style guides (or the squashcase suggested by the official Julia guide).Do
is similar -- could be renameddo_op
to avoid conflicting with thedo
keyword.JuliaFormatter might be a good option here.
The text was updated successfully, but these errors were encountered: