Skip to content

Commit

Permalink
#23 TODO added to check if 1D2D grid can be added to model
Browse files Browse the repository at this point in the history
  • Loading branch information
hutten authored and hutten committed Mar 1, 2021
1 parent 5ea186f commit 0095247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/test_osm.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
dfmmodel.network.generate_1dnetwork(one_d_mesh_distance=float(parameters['cellsize1d']), seperate_structures=True)

# TODO: create 2D grid
# TODO: add created grid and check if it is also work if it is 1D2D grid
logger.info(f'Create 2D grid')
mesh = Rectangular()
# Generate mesh within model bounds
Expand Down

0 comments on commit 0095247

Please sign in to comment.