-
Notifications
You must be signed in to change notification settings - Fork 18
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
Help with ACE fitting #224
Comments
Is this ongoing work now? Yes, I am indeed experiencing using workflow with ACE where for now calling this ACE1pack is not clear for me, I get an error when I try to run ACE in workflow: " raise RuntimeError("Failed to get ace_path\n" + ace_path)\n RuntimeError: Failed to get ace_path \n ERROR: ArgumentError: Package ACE1pack not found in current path. |
The ace fitting script is trying to locate the Julia script used for fitting ACE, which comes with ACE1pack. Are you able to locate As a test, does fitting with ACE1pack directly, without workflow, work? |
Without workflow, it worked. Using workflow I have an error: Stacktrace: |
Workflow minimally modifies the original parameter file. The modified file will be at |
the fit_params_ACE_0.yaml is like follow: |
The original error is complaining about this param file being malformed. Can you figure out how? e.g. run the command |
when I do ''julia /home/hwan/.julia/packages/ACE1pack/EZ7bE/scripts/ace_fit.jl --params ACE_dir_0/fit_params_ACE_0.yaml > ACE_dir_0/ACE_0.stdout 2> ACE_dir_0/ACE_0.stderr '' I still got: Stacktrace: |
Can you figure out in what way the wfl-created yml file is malformed? |
Can you upload the |
No description provided.
The text was updated successfully, but these errors were encountered: