Skip to content

Commit

Permalink
Started working on clfc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bonfus committed May 19, 2016
1 parent 2e9b1a1 commit 37d3734
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions muesr/tests/core/test_sample.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

try:
import StringIO
except ImportError:
from io import StringIO

import sys
import unittest
Expand All @@ -26,11 +22,11 @@ def setUp(self):
self._sample = Sample()

def _set_a_cell(self):
self._sample.cell = Atoms(symbols=['C'],
self._sample.cell = Atoms(symbols=['Co'],
scaled_positions=[[0,0,0]],
cell=[[3.,0,0],
[0,3.,0],
[0,0,3.]])
[0,0,3.]])

def test_name_property(self):

Expand Down

0 comments on commit 37d3734

Please sign in to comment.