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
Currently rhel and py is hard-coded in different places of the code. #308 adds the argument coords as an entry, but still we rely on entries based on rhel and py. @kwinkunks suggested to pass the coords dictionary in order to be able to use different operation systems and frameworks.
The text was updated successfully, but these errors were encountered:
This way, it feels like we have lots more flexibility because the code never needs to know what our matrix names and coordinates are --- we could add Ruby or switch to Ubuntu without changing anything.
If this is all too much to ask of this PR, no worries --- I just wanted to clarify what I had in my mind! (For me as much as anything :)
Currently
rhel
andpy
is hard-coded in different places of the code.#308 adds the argument
coords
as an entry, but still we rely on entries based on rhel and py.@kwinkunks suggested to pass the
coords
dictionary in order to be able to use different operation systems and frameworks.The text was updated successfully, but these errors were encountered: