-
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
unit #518
Comments
Could you share the output of |
@faranak1991 This could be an issue with pint -> openff.units. Which part of the notebook are you getting this error? or what is the part of the code that is producing this error? |
conda list : Name Version Build Channelalabaster 0.7.13 pyhd8ed1ab_0 conda-forge |
The error came from this part: results, exception = request.results(synchronous=True, polling_interval=30) |
This is a problem:
I recommend creating a new conda environment and installing Evaluator into it they're designed to be rapidly deployable and disposable and it's easier to create a new one than fix one. |
@mattwthompson thanks for the recommendation. I just create a new environment and all errors are eliminated. But no properties have been estimated like following. ( also there isn't any error !!) print(len(results.queued_properties)) |
Have a look at those attributes of |
I've checked all of the attributes, but actually there is nothing |
Can you check if the folder |
@jeff231li it includes SimulationLayer folder which is empty. |
Hmm, there could be an error message printed but I suspect the files are deleted. Try setting the option from openff.evaluator.server import EvaluatorServer
evaluator_server = EvaluatorServer(calculation_backend=calculation_backend, delete_working_files=False)
evaluator_server.start(asynchronous=True) |
@jeff231li yes I used it before, which I got nothing |
@faranak1991 Do you mean no files are generated in |
I faintly remember creating a yaml file for troubles with dask, https://docs.openforcefield.org/projects/evaluator/en/latest/backends/daskbackends.html#configuration, just throwing this out in case this file is missing. |
I am using Jupyter Notebook. While running, I noticed that some files were being created in the "working-data/SimulationLayer" directory, but they subsequently disappeared (even with set the delete_working_files to False) |
@faranak1991 Try running this Python script on the terminal instead and make sure you put the python tutorial02.py | tee console_output.log |
I'm trying to repeat tutorial02, but I'm facing an issue when trying to obtain the estimated properties. The error message "AttributeError: 'float' object has no attribute 'unit'" is came up.
I attempted to assign values as Quantity objects with the correct units, but the problem persists. If you have any suggestions or recommendations, I would greatly appreciate your assistance.
The text was updated successfully, but these errors were encountered: