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
Since the project is named artiq_scan_framework now instead of just scan_framework, people will be downloading the code to a folder named artiq_scan_framework. All of the examples, documentation, etc need to be updated so people don't have broken examples right off the bat. e.g. from artiq_scan_framework import * instead of from scan_framework import *
The text was updated successfully, but these errors were encountered:
Since the project is named artiq_scan_framework now instead of just scan_framework, people will be downloading the code to a folder named artiq_scan_framework. All of the examples, documentation, etc need to be updated so people don't have broken examples right off the bat. e.g.
from artiq_scan_framework import *
instead offrom scan_framework import *
The text was updated successfully, but these errors were encountered: