Skip to content
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

github page contains outdated instructions for creating YAML file #98

Open
newmansc2 opened this issue Jul 14, 2024 · 2 comments
Open

Comments

@newmansc2
Copy link
Contributor

The github page (https://github.com/SiEPIC/openEBL-2024-07-Si-Heaters) contains the following instructions:

Design software and PDK installation instructions:
Design tools and process design kit (SiEPIC-EBeam-PDK, KLayout implementation)installation instructions.
Automated measurement test routine is submitted as a YAML file that is created using the following utility:
pip install dreamcreator from dreamcreator import sequencecreator as sc sc.launch()

The last line should be changed to:
pip install siepic_testcreator
from SiEPIC_TestCreator import sequencecreator as sc
sc.launch()

@lukasc-ubc
Copy link
Member

@JymBone5 could you please update the slides, as well as make a pull request to modify the readme?

thank you

@JymBone5
Copy link
Contributor

slides updated and readme changed, pull request submitted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants