Skip to content

Commit

Permalink
Save one more line
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed May 17, 2023
1 parent 6fcbb1e commit 5743f40
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyiron_atomistics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
create_structure = _StructureFactory.crystal

# Make classes available for new pyiron version
ATOMISTIC_JOB_CLASS_DICT = {
JOB_CLASS_DICT.update({
"ART": "pyiron_atomistics.interactive.activation_relaxation_technique",
"AtomisticExampleJob": "pyiron_atomistics.testing.randomatomistic",
"Calphy": "pyiron_atomistics.calphy.job",
Expand Down Expand Up @@ -59,8 +59,7 @@
"Vasp": "pyiron_atomistics.vasp.vasp",
"VaspMetadyn": "pyiron_atomistics.vasp.metadyn",
"VaspSol": "pyiron_atomistics.vasp.vaspsol",
}
JOB_CLASS_DICT.update(ATOMISTIC_JOB_CLASS_DICT)
})

from ._version import get_versions

Expand Down

0 comments on commit 5743f40

Please sign in to comment.