-
Notifications
You must be signed in to change notification settings - Fork 3
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
change QGL imports to reflect refactoring changes (ChannelLibrary) #21
Comments
@dellard Please take a look at this branch https://github.com/BBN-Q/pyqgl2/commits/fix/qgl1 |
There were also some changes to the names of class members. Diego also pointed out that there is a branch https://github.com/BBN-Q/pyqgl2/commits/fix/qgl1 that addresses some or all of this issue. |
Working on branch fixbasicseq |
I believe I've caught all the renaming; things all work against current QGL. |
QGL.ChannelLibrary was renamed to QGL.ChannelLibraries, but pyqgl2 was not updated. This is a small change, but touches many modules.
It's possible that there were other name changes that happened during the same refactoring; if so they will be addressed as well.
The text was updated successfully, but these errors were encountered: