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
Right now
tests/store.py
Line 107 in b8c4371
This will not always be the case (eg "main" or "trunk" could be used or even "devel").
Instead the HEAD commit should be obtained from (the pygit2 equivalent) of
id = os.popen(f"git --git-dir {REPO}/.git rev-parse HEAD").read().strip()) with open(dst,"w") as fh: print(id, file=fh)
The text was updated successfully, but these errors were encountered:
updated submodules
f8a2db7
Submodule repos/nrpytutorial 44665ed..b60bba2: > Merge pull request EinsteinToolkit#56 from zachetienne/scupp/BaikalRDWR Submodule repos/wvuthorns 0cb4d23..55b8066: > Merged in scupp/BaikalRDWR (pull request EinsteinToolkit#13)
e5a914a
Submodule repos/nrpytutorial 44665ed..b60bba2: > Merge pull request #56 from zachetienne/scupp/BaikalRDWR Submodule repos/wvuthorns 0cb4d23..55b8066: > Merged in scupp/BaikalRDWR (pull request #13)
0eb729d
Submodule repos/GRHayL fc5707f..f7dd5fc: > Added Noble1D unit test (#56)
No branches or pull requests
Right now
tests/store.py
Line 107 in b8c4371
This will not always be the case (eg "main" or "trunk" could be used or even "devel").
Instead the HEAD commit should be obtained from (the pygit2 equivalent) of
The text was updated successfully, but these errors were encountered: