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
As part of stabilizing the master branch we also need to
Enforce a code style guide. I nominate black to do this. Most IDEs have plugins that autoformat to the style on save
Logging: especially to log variables in code with frequent issues (For example robot file generation)
Raise exceptions where appropriate. Recent example, I showed @nsmina914 to raise one if the phase data for a chemical is missing
Separation of concerns. core.utilities has to be cleaned up so that functions are placed in the right place. Experiment create also does too many things and can be refactored.
Some of the above can be an issue on its own. For example I can take ownership of refactoring
@jschrier has indicated that we can spend our way out of the CI problem, e.g circleCI, some other provider
The text was updated successfully, but these errors were encountered: