We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In chapter 18,
Here, the 2nd code snippet makes a reference to BasicExperiment, which is as yet not mentioned/defined anywhere in the text.
BasicExperiment
Looking into the code revealed that it is infact an import alias:
from record_original import BasicRec as BasicExperiment
I think it would be better to include this import as well inside the code snippet for clarity.
Also, thanks for all your work on this book! Really enjoying reading it.
The text was updated successfully, but these errors were encountered:
gvwilson
No branches or pull requests
In chapter 18,
Here, the 2nd code snippet makes a reference to
BasicExperiment
, which is as yet not mentioned/defined anywhere in the text.Looking into the code revealed that it is infact an import alias:
I think it would be better to include this import as well inside the code snippet for clarity.
Also, thanks for all your work on this book! Really enjoying reading it.
The text was updated successfully, but these errors were encountered: