pyiron-dev / NFDI4Ing_pyiron_base

Implement NFDI4Ing workflows with pyiron_base - work in progress
https://mybinder.org/v2/gh/pyiron-dev/NFDI4Ing_pyiron_base/HEAD?labpath=example.ipynb
0 stars 0 forks source link

Change order of cells #3

Closed samwaseda closed 8 months ago

jan-janssen commented 8 months ago

I do not understand why this is necessary.

samwaseda commented 8 months ago

ok I thought it was obvious from the change.

def create_env(env_key):
    subprocess.check_output(
        ["mamba", "env", "create", "-n", env_key, "-f", env_dict[env_key], "-y"],
        universal_newlines=True,
    ).split("\n")

env_dict = {
    "preprocessing": "source/envs/preprocessing.yaml",
    "processing": "source/envs/processing.yaml",
    "postprocessing": "source/envs/postprocessing.yaml"
}
jan-janssen commented 8 months ago

I fixed it in https://github.com/pyiron-dev/NFDI4Ing_pyiron_base/commit/05a91c47547904186326039aa8c054cea4a1e6ad as somehow there was a merge conflict with this branch.