pull/94/head
Piero Toffanin 2017-02-08 11:38:16 -05:00
rodzic 7d5ab4f465
commit f50868371e
2 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -509,7 +509,7 @@ class ModelView extends React.Component {
// ODM models are Y-up
object.rotateX(THREE.Math.degToRad(-90));
// // Bring the model close to center
// Bring the model close to center
if (object.children.length > 0){
const geom = object.children[0].geometry;

Wyświetl plik

@ -219,9 +219,6 @@ class TestApi(BootTestCase):
res = client.delete('/api/projects/{}/'.format(other_temp_project.id))
self.assertTrue(res.status_code == status.HTTP_204_NO_CONTENT)
# TODO test:
# - scheduler processing steps
def test_processingnodes(self):
client = APIClient()