File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ /*
2222func 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) {
Original file line number Diff line number Diff 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+ /*
247248func 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/*
256257func Test_JsonOcctypes_toFile(t *testing.T) {
You can’t perform that action at this time.
0 commit comments