Skip to content
New issue

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

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

Already on GitHub? # to your account

module 'robustocs' has no attribute 'solverROCS' #31

Closed
sakurita17 opened this issue Aug 9, 2024 · 2 comments
Closed

module 'robustocs' has no attribute 'solverROCS' #31

sakurita17 opened this issue Aug 9, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@sakurita17
Copy link
Collaborator

When I try to use solveROCS, I get the error: module 'robustocs' has no attribute 'solveROCS'. What could be the issue? :)

Thanks, Jaime

@sakurita17 sakurita17 added the bug Something isn't working label Aug 9, 2024
@Foggalong
Copy link
Owner

@sakurita17 After doing git pull for #29, is this also fixed?

@Foggalong
Copy link
Owner

Never mind, I managed to replicate this! The new utility functions were missing off the default import list. Added them to the git version and will tag a 0.2.2 release along with any other bug fixes accumulated over the next couple days.

If you need to use it in the meantime, it can still be accessed in 0.2.1 using robustocs.utils.solverROCS. For example

>>> import robustocs
>>> robustocs.__version__
'0.2.1'
>>> robustocs.utils.solveROCS
<function solveROCS at 0x7f5f04dbcf70>

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants