Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import from 0.3 to 1.2.0 not importing properties, only structure.json #218

Open
jli5373 opened this issue Sep 15, 2021 · 1 comment
Open

Comments

@jli5373
Copy link

jli5373 commented Sep 15, 2021

Trying to run 'casm import -s import_settings.json -b vasp_properties.txt' in v1.2.0 for data from v0.3 is not working. It only generates a structure.json but doesn't copy the properties.calc.json/relax.json so casm-calc --report thinks there's no completed DFT calculation.

for reference:
import_settings.json only has the "data" field filled in.
tried toggling all of these options true and false to no change
{
"data":{
"import_properties":true,
"copy_additional_files":true,
"copy_structure_files":true,
"overwrite":true
}
}

the vasp_properties.txt file has each line looking like
/full/path/to/0.3_CASM_project/training_data/SCEL6_3_2_1_0_1_2/4/calctype.default/properties.calc.json

I'd previously imported a different project from 0.3 -> 1.1.2 with slightly different import_settings.json but it looks like the json formatting changed with 1.2.0.
{
"data":{
"import":true,
"additional_files":true
}
}

@Dongsheng-Wen
Copy link

Hello,
I would like to follow up on this thread as I found the config_list.json is not readable between old and new versions of casm. It would be extremely helpful to have some idea of how to import data from old-version projects.

Best,
Dongsheng

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

No branches or pull requests

2 participants