You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the pip-installed version of f3ast is missing the 'cube.stl' file in the calibration folder. In my case, the folder was ".conda\envs\f3ast\Lib\site-packages\f3ast\calibration".
As a result, the example calibration notebook throws an error when calling 'get_sigma_structures'. Downloading the file from GitHub and manually adding it to the package directory has fixed the problem.
Just wanted to let you know.
Best wishes,
Aurys
The text was updated successfully, but these errors were encountered:
Thanks for the feedback!
At this point, I am not sure if it's best to include example structures in pip distribution which is going to make the package larger or just instruct people to download it separately in case it is needed to work through the example.
I'll consider including it in the next version if this becomes a recurring issue.
Hi,
the pip-installed version of f3ast is missing the 'cube.stl' file in the calibration folder. In my case, the folder was ".conda\envs\f3ast\Lib\site-packages\f3ast\calibration".
As a result, the example calibration notebook throws an error when calling 'get_sigma_structures'. Downloading the file from GitHub and manually adding it to the package directory has fixed the problem.
Just wanted to let you know.
Best wishes,
Aurys
The text was updated successfully, but these errors were encountered: