kopia lustrzana https://github.com/OpenDroneMap/WebODM
Cleanup
rodzic
7d5ab4f465
commit
f50868371e
|
@ -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;
|
||||
|
||||
|
|
|
@ -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()
|
||||
|
|
Ładowanie…
Reference in New Issue