Kaaiian / CBFV

Tool to quickly create a composition-based feature vector
25 stars 6 forks source link

`Me` element missing, not accounted for in "exotic" elements checking #11

Closed sgbaird closed 2 years ago

sgbaird commented 2 years ago
Exception has occurred: ValueError       (note: full exception trace is shown but execution is paused at: _run_module_as_main)
'Me' is not in list
  File "[C:\Users\sterg\miniconda3\envs\vickers\Lib\site-packages\composition_based_feature_vector\composition.py]()", line 133, in _assign_features
    row = elem_index[elem_symbols.index(elem)]
  File "[C:\Users\sterg\miniconda3\envs\vickers\Lib\site-packages\composition_based_feature_vector\composition.py]()", line 295, in generate_features
    feats, targets, formulae, skipped = _assign_features(matrices,
  File "[C:\Users\sterg\Documents\GitHub\sparks-baird\VickersHardnessPrediction\vickers_hardness\utils\mpds.py]()", line 12, in <module>
    X, y, formulae, skipped = generate_features(df)
sgbaird commented 2 years ago

Lol, I guess it's a discontinued name for erbium..

https://www.thoughtco.com/element-symbols-not-in-use-606524#:~:text=Me%20%2D%20Mendelevium%20(68)%20Suggested%20name%20for%20erbium.

Turned out to just be a mistake in the file I was using. Feel free to delete this issue.