Skip to content

Commit 5480317

Browse files
authored
Merge pull request #236 from weisscharlesj/symmetry
Add functionality for chemical applications of group theory/symmetry
2 parents 435b911 + 47400a7 commit 5480317

File tree

11 files changed

+1834
-15
lines changed

11 files changed

+1834
-15
lines changed

.woodpecker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variables:
44
- &ci_image 'cont-reg.bjodah.se:443/bjodah/triceratops-6:32'
55

66
when:
7-
- event: [push]
7+
- event: [push, pull_request]
88

99
steps:
1010

chempy/symmetry/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env python3
2+
# -*- coding: utf-8 -*-

0 commit comments

Comments
 (0)