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

Gaussian distribution is failing #8

Open
lollllcat opened this issue Feb 1, 2020 · 1 comment
Open

Gaussian distribution is failing #8

lollllcat opened this issue Feb 1, 2020 · 1 comment

Comments

@lollllcat
Copy link
Collaborator

To reproduce the error, the easiest way is
" python3 CLI.py Charm/models_charm/hill_marty_extended.charm ".

All the models including Gaussian distribution are not working (for those can run like dark_silicon_symmetric etc the Gaussian part is actually commented out).

Some attempts to solve (yet still not succeed at this moment):

  1. Some dependencies may need to be updated to Python 3 version, e.g. mcerp library in Charm/models/uncertainty_models.py.
  2. There are some import errors due to the interchange of camel case and snake case. e.g.
    Charm/base/eval_functions.py line 9 should import Uncertainty_models instead of UncertaintyModel,
    Charm/utils/options.py line 3 should import math_models instead of MathModel
  3. Charm/models/math_models.py line 1 may need to change "base.eval_functions" to "Charm.base.eval_functions"
  4. under the Charm/utils directory, not entirely sure the difference between charm_options.py and options.py
@Weil0ng
Copy link
Contributor

Weil0ng commented Feb 4, 2020

Just to record what we discussed yesterday, so the following would work:

Use python 2.7.17
Downgrade sympy to 1.1.1

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