Skip to content

Commit

Permalink
Rename module
Browse files Browse the repository at this point in the history
  • Loading branch information
priscavdsluis committed Feb 20, 2024
1 parent 882d921 commit 3de2bba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netcdf_to_gltf_converter/netcdf/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from netcdf_to_gltf_converter.config import Config, ModelType, Variable
from netcdf_to_gltf_converter.data.mesh import MeshAttributes, TriangularMesh
from netcdf_to_gltf_converter.netcdf.ugrid.ugrid_data import UgridDataset
from netcdf_to_gltf_converter.netcdf.xbeach.wrapper import XBeachDataset
from netcdf_to_gltf_converter.netcdf.xbeach.xbeach_data import XBeachDataset
from netcdf_to_gltf_converter.netcdf.wrapper import (
DatasetBase,
GridBase,
Expand Down

0 comments on commit 3de2bba

Please sign in to comment.