We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e6f3f commit 304c05eCopy full SHA for 304c05e
tests/test_reflectionprofile.py
@@ -1,5 +1,4 @@
1
-"""
2
-Unit tests for pyobjcryst.reflectionprofile bindings.
+"""Unit tests for pyobjcryst.reflectionprofile bindings.
3
4
TODO:
5
- ReflectionProfile.GetProfile
@@ -9,14 +8,15 @@
9
8
"""
10
11
import unittest
12
-import pytest
+
13
import numpy as np
+import pytest
14
15
from pyobjcryst.powderpattern import PowderPattern
16
17
18
class TestReflectionProfile(unittest.TestCase):
19
- """Tests for ReflectionProfile methods"""
+ """Tests for ReflectionProfile methods."""
20
21
@pytest.fixture(autouse=True)
22
def prepare_fixture(self, loadcifdata):
0 commit comments