Skip to content

Conversation

@naveenmohandas
Copy link
Contributor

Summary

Only update in documentation for jobflow-remote no code edits. Currently it wrongly points to Fireworks.

Fix:
Update Jobflow-remote link to point to the right documentation.

Additional dependencies introduced (if any)

None

Checklist

Work-in-progress pull requests are encouraged, but please put [WIP] in the pull request
title.

Before a pull request can be merged, the following items must be checked:

  • Code is in the standard Python style.
    The easiest way to handle this is to run the following in the correct sequence on
    your local machine. Start with running ruff and ruff format on your new code. This will
    automatically reformat your code to PEP8 conventions and fix many linting issues.
  • Doc strings have been added in the Numpy docstring format.
    Run ruff on your code.
  • Type annotations are highly encouraged. Run mypy to
    type check your code.
  • Tests have been added for any new functionality or bug fixes.
  • All linting and tests pass.

Note that the CI system will run all the above checks. But it will be much more
efficient if you already fix most errors prior to submitting the PR. It is highly
recommended that you use the pre-commit hook provided in the repository. Simply run
pre-commit install and a check will be run prior to allowing commits.

@JaGeo JaGeo enabled auto-merge (squash) October 13, 2025 17:04
@JaGeo
Copy link
Member

JaGeo commented Oct 13, 2025

@naveenmohandas Thanks! I am quite sure I introduced this bug. Thus, thanks a lot :D.

@JaGeo JaGeo merged commit eaeeff6 into materialsproject:main Oct 13, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants