Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torchani
Commits
faebfffa
Unverified
Commit
faebfffa
authored
Dec 16, 2018
by
Gao, Xiang
Committed by
GitHub
Dec 16, 2018
Browse files
Only trigger builds on master (#156)
parent
6dba0bee
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
36 additions
and
0 deletions
+36
-0
README.md
README.md
+6
-0
azure/docs.yml
azure/docs.yml
+6
-0
azure/flake8.yml
azure/flake8.yml
+6
-0
azure/runnable_submodules.yml
azure/runnable_submodules.yml
+6
-0
azure/tests.yml
azure/tests.yml
+6
-0
azure/tools.yml
azure/tools.yml
+6
-0
No files found.
README.md
View file @
faebfffa
# <img src=https://raw.githubusercontent.com/aiqm/torchani/master/logo1.png width=180/> Accurate Neural Network Potential on PyTorch
Build:
[

](https://zasdfgbnm.visualstudio.com/torchani/_build/latest?definitionId=3)
[

](https://zasdfgbnm.visualstudio.com/torchani/_build/latest?definitionId=4)
[

](https://zasdfgbnm.visualstudio.com/torchani/_build/latest?definitionId=5)
...
...
@@ -9,6 +11,10 @@
[

](https://codecov.io/gh/aiqm/torchani)
[

](https://lgtm.com/projects/g/aiqm/torchani/alerts/)
Deploy:
[

](https://zasdfgbnm.visualstudio.com/torchani/_build/latest?definitionId=9?branchName=master)
TorchANI is a pytorch implementation of ANI. It is currently under alpha release, which means, the API is not stable yet. If you find a bug of TorchANI, or have some feature request, feel free to open an issue on GitHub, or send us a pull request.
<img
src=
https://raw.githubusercontent.com/aiqm/torchani/master/logo2.png
width=
500/
>
...
...
azure/docs.yml
View file @
faebfffa
...
...
@@ -2,6 +2,12 @@ queue:
name
:
Hosted Ubuntu
1604
timeoutInMinutes
:
300
trigger
:
batch
:
true
branches
:
include
:
-
master
variables
:
python.version
:
'
3.7'
...
...
azure/flake8.yml
View file @
faebfffa
...
...
@@ -2,6 +2,12 @@ queue:
name
:
Hosted Ubuntu
1604
timeoutInMinutes
:
10
trigger
:
batch
:
true
branches
:
include
:
-
master
variables
:
python.version
:
'
3.7'
...
...
azure/runnable_submodules.yml
View file @
faebfffa
...
...
@@ -2,6 +2,12 @@ queue:
name
:
Hosted Ubuntu
1604
timeoutInMinutes
:
300
trigger
:
batch
:
true
branches
:
include
:
-
master
variables
:
python.version
:
'
3.7'
...
...
azure/tests.yml
View file @
faebfffa
...
...
@@ -2,6 +2,12 @@ queue:
name
:
Hosted Ubuntu
1604
timeoutInMinutes
:
6000
trigger
:
batch
:
true
branches
:
include
:
-
master
variables
:
python.version
:
'
3.7'
...
...
azure/tools.yml
View file @
faebfffa
...
...
@@ -2,6 +2,12 @@ queue:
name
:
Hosted Ubuntu
1604
timeoutInMinutes
:
30
trigger
:
batch
:
true
branches
:
include
:
-
master
variables
:
python.version
:
'
3.7'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment