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

Making obsparam required beam path from hpc config. How to do this in local run? #12

Open
piyanatk opened this issue Mar 4, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@piyanatk
Copy link
Contributor

piyanatk commented Mar 4, 2024

Currently, making obsparam locally with vsim.py does not work because it looks for the beam path in the hpc config.

@piyanatk piyanatk added the bug Something isn't working label Mar 4, 2024
@steven-murray
Copy link
Contributor

Ah, we should probably just make a "LOCAL" config, or something similar

@piyanatk
Copy link
Contributor Author

piyanatk commented Mar 4, 2024

I think that is the best. Just make a local.yaml that can contain just the beam file path and no slurm flags, and keep that config in the repo. We should set HPC_CONFIG to a specific value though, probably LOCAL. Otherwise, the variable will be None and it will still raise error still when it try to find the beam path.

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

No branches or pull requests

2 participants