Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sdunesme committed Jan 7, 2025
1 parent 0053c12 commit 1c8a916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/test_algo_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_network_input(self):
def test_identifynetworknodes(self):

proc_alg = processing.run("fct:variablelengthtransects", {
'INPUT':'/home/sdunesme/git/fct-qgis/test/testdata/input/ac_centerline.gml|layername=ac_centerline',
'INPUT':self.ac,
'LENGTH':QgsProperty.fromExpression('"DGO_WIDTH"'),
'INTERVAL':20,
'OUTPUT': os.path.join(self.outdir, 'variablelengthtransects.gpkg')
Expand Down
3 changes: 1 addition & 2 deletions test/test_wflows_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,4 @@ def test_polygonwidth(self):

@classmethod
def tearDownClass(self):
#shutil.rmtree(self.outdir, True)
pass
shutil.rmtree(self.outdir, True)

0 comments on commit 1c8a916

Please sign in to comment.