File tree 9 files changed +126
-0
lines changed
9 files changed +126
-0
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
+ ##############################################################################
3
+ #
4
+ # pyobjcryst by DANSE Diffraction group
5
+ # Simon J. L. Billinge
6
+ # (c) 2009 The Trustees of Columbia University
7
+ # in the City of New York. All rights reserved.
8
+ #
9
+ # File coded by: Chris Farrow
10
+ #
11
+ # See AUTHORS.txt for a list of people who contributed.
12
+ # See LICENSE.txt for license information.
13
+ #
14
+ ##############################################################################
15
+
2
16
"""Small tests for pyobjcryst.
3
17
4
18
To check for memory leaks, run
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
+ ##############################################################################
3
+ #
4
+ # pyobjcryst by DANSE Diffraction group
5
+ # Simon J. L. Billinge
6
+ # (c) 2009 The Trustees of Columbia University
7
+ # in the City of New York. All rights reserved.
8
+ #
9
+ # File coded by: Chris Farrow
10
+ #
11
+ # See AUTHORS.txt for a list of people who contributed.
12
+ # See LICENSE.txt for license information.
13
+ #
14
+ ##############################################################################
15
+
2
16
"""Utilities for tests."""
3
17
4
18
import os
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
+ ##############################################################################
3
+ #
4
+ # pyobjcryst by DANSE Diffraction group
5
+ # Simon J. L. Billinge
6
+ # (c) 2009 The Trustees of Columbia University
7
+ # in the City of New York. All rights reserved.
8
+ #
9
+ # File coded by: Chris Farrow
10
+ #
11
+ # See AUTHORS.txt for a list of people who contributed.
12
+ # See LICENSE.txt for license information.
13
+ #
14
+ ##############################################################################
15
+
2
16
"""Tests for crystal module."""
3
17
4
18
import unittest
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
+ ##############################################################################
3
+ #
4
+ # pyobjcryst by DANSE Diffraction group
5
+ # Simon J. L. Billinge
6
+ # (c) 2010 The Trustees of Columbia University
7
+ # in the City of New York. All rights reserved.
8
+ #
9
+ # File coded by: Chris Farrow
10
+ #
11
+ # See AUTHORS.txt for a list of people who contributed.
12
+ # See LICENSE.txt for license information.
13
+ #
14
+ ##############################################################################
15
+
2
16
"""Tests for crystal module."""
3
17
4
18
import unittest
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
+ ##############################################################################
3
+ #
4
+ # pyobjcryst by DANSE Diffraction group
5
+ # Simon J. L. Billinge
6
+ # (c) 2009 The Trustees of Columbia University
7
+ # in the City of New York. All rights reserved.
8
+ #
9
+ # File coded by: Chris Farrow
10
+ #
11
+ # See AUTHORS.txt for a list of people who contributed.
12
+ # See LICENSE.txt for license information.
13
+ #
14
+ ##############################################################################
15
+
2
16
"""Test the converters.
3
17
4
18
This verifies results from tests built into the _registerconverters module.
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
+ ##############################################################################
3
+ #
4
+ # pyobjcryst by DANSE Diffraction group
5
+ # Simon J. L. Billinge
6
+ # (c) 2009 The Trustees of Columbia University
7
+ # in the City of New York. All rights reserved.
8
+ #
9
+ # File coded by: Chris Farrow
10
+ #
11
+ # See AUTHORS.txt for a list of people who contributed.
12
+ # See LICENSE.txt for license information.
13
+ #
14
+ ##############################################################################
15
+
2
16
"""Tests for crystal module."""
3
17
4
18
import unittest
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
+ ##############################################################################
3
+ #
4
+ # pyobjcryst by DANSE Diffraction group
5
+ # Simon J. L. Billinge
6
+ # (c) 2009 The Trustees of Columbia University
7
+ # in the City of New York. All rights reserved.
8
+ #
9
+ # File coded by: Chris Farrow
10
+ #
11
+ # See AUTHORS.txt for a list of people who contributed.
12
+ # See LICENSE.txt for license information.
13
+ #
14
+ ##############################################################################
15
+
2
16
"""Tests for molecule module."""
3
17
4
18
import unittest
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
+ ##############################################################################
3
+ #
4
+ # pyobjcryst by DANSE Diffraction group
5
+ # Simon J. L. Billinge
6
+ # (c) 2009 The Trustees of Columbia University
7
+ # in the City of New York. All rights reserved.
8
+ #
9
+ # File coded by: Chris Farrow
10
+ #
11
+ # See AUTHORS.txt for a list of people who contributed.
12
+ # See LICENSE.txt for license information.
13
+ #
14
+ ##############################################################################
15
+
2
16
"""Tests for refinableobj module."""
3
17
4
18
from pyobjcryst .refinableobj import *
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
+ ##############################################################################
3
+ #
4
+ # pyobjcryst by DANSE Diffraction group
5
+ # Simon J. L. Billinge
6
+ # (c) 2010 The Trustees of Columbia University
7
+ # in the City of New York. All rights reserved.
8
+ #
9
+ # File coded by: Chris Farrow
10
+ #
11
+ # See AUTHORS.txt for a list of people who contributed.
12
+ # See LICENSE.txt for license information.
13
+ #
14
+ ##############################################################################
15
+
2
16
"""Tests for crystal module."""
3
17
4
18
import os
You can’t perform that action at this time.
0 commit comments