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
it would be grat to have such a feature in the io module. I already coded a bit but i am not such a good programmer and there are at some points some bugs. How can i contribute? I already read https://prysm.readthedocs.io/en/stable/contributing.html and forked prysm but i never did a project in github so far. So haw can i add my code?
All the best
Jakob
The text was updated successfully, but these errors were encountered:
predicated on having a sample file, write at least one unit test. The minimum bar verifies that the code doesn't crash (say, tests/test_io.py#test_zemax_gridphase_parser_functional()). A nice test verifies something about the result is correct, say that the RMS and PV of the extracted data are as expected (pytest.approx is your friend here)
Once you do those things, open a PR (pull request tab on brandondube/prysm) and it can be reviewed for merge!
Hello,
it would be grat to have such a feature in the io module. I already coded a bit but i am not such a good programmer and there are at some points some bugs. How can i contribute? I already read https://prysm.readthedocs.io/en/stable/contributing.html and forked prysm but i never did a project in github so far. So haw can i add my code?
All the best
Jakob
The text was updated successfully, but these errors were encountered: