Skip to content

Commit 790b0d8

Browse files
committed
removing unnecessary tests
1 parent dac8764 commit 790b0d8

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

structures/jsonocctypeprovider_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const path2 = "./data/erosion_trial8.json"
1818
//const path = "/workspaces/Go_Consequences/data/occtypes.json"
1919

2020
//const path2 = "/workspaces/Go_Consequences/data/erosion_trial8.json"
21-
21+
/*
2222
func Test_JsonReading(t *testing.T) {
2323
jotp := JsonOccupancyTypeProvider{}
2424
jotp.InitLocalPath(path2)
@@ -888,7 +888,7 @@ func toContinuousDistribution(data []float64) []statistics.ContinuousDistributio
888888
}
889889
}
890890
return dists
891-
}
891+
}*/
892892

893893
/*
894894
func Test_FixingFEMACurves(t *testing.T) {

structures/occupancytypes_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,14 @@ func Test_OccupancyType_Report(t *testing.T) {
244244
b, _ := jotp.occupancyTypesContainer.OcctypeReport()
245245
fmt.Println(string(b))
246246
}
247+
/*
247248
func Test_OccupancyType_Report_Inland_damageFunctions(t *testing.T) {
248249
jotp := JsonOccupancyTypeProvider{}
249250
jotp.InitLocalPath("/workspaces/Go_Consequences/data/Inland_FFRD_damageFunctions.json")
250251
b, _ := jotp.occupancyTypesContainer.OcctypeReport()
251252
fmt.Println(string(b))
252253
}
253-
254+
*/
254255
//
255256
/*
256257
func Test_JsonOcctypes_toFile(t *testing.T) {

0 commit comments

Comments
 (0)