Skip to content

Commit

Permalink
Move HeightArraysScenes to more common place
Browse files Browse the repository at this point in the history
  • Loading branch information
breki committed Jun 2, 2024
1 parent 2b6f508 commit f860b8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Tests.WorldCover.HeightArraysScenes
module Tests.Dem.HeightArraysScenes


open System
Expand Down
2 changes: 1 addition & 1 deletion Demeton.Tests/Demeton.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<Compile Include="Dem\Working with HeightsArrays.fs"/>
<Compile Include="Dem\Merging height arrays.fs"/>
<Compile Include="Dem\Merging height arrays properties.fs"/>
<Compile Include="Dem\HeightArraysScenes.fs" />
<Compile Include="Srtm\SrtmHelper.fs"/>
<Compile Include="Srtm\SRTM tile tests.fs"/>
<Compile Include="Srtm\Bounds to SRTM tiles.fs"/>
Expand Down Expand Up @@ -136,7 +137,6 @@
<Compile Include="Aw3d\Loading AW3D tiles.fs"/>
<Compile Include="Aw3d\AW3D experiments.fs"/>
<Compile Include="WorldCover\Loading WorldCover tiles.fs"/>
<Compile Include="WorldCover\HeightArraysScenes.fs"/>
<Compile Include="WorldCover\RasterSimplification.fs"/>
<Compile Include="WorldCover\WaterBodiesColoring.fs"/>
<Compile Include="WorldCover\WaterBodiesOutlining.fs"/>
Expand Down
2 changes: 1 addition & 1 deletion Demeton.Tests/WorldCover/Water bodies coloring tests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
open Xunit
open Swensen.Unquote

open Tests.WorldCover.HeightArraysScenes
open Tests.Dem.HeightArraysScenes
open Tests.WorldCover.WaterBodiesColoring
open Tests.WorldCover.WaterBodiesOutlining

Expand Down
1 change: 1 addition & 0 deletions Demeton.Tests/WorldCover/WorldCover experiments.fs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ let options: ShadeCommand.Options =


[<Fact(Skip = "I need to reduce the size of the dataset, it's taking too long to process")>]
// [<Fact>]
let ``Render hillshading with WorldCover water bodies`` () =
if Environment.GetEnvironmentVariable("CI") = "true" then
// this test cannot run on CI because we don't have the WorldCover
Expand Down

0 comments on commit f860b8c

Please sign in to comment.