Skip to content

Commit

Permalink
black update
Browse files Browse the repository at this point in the history
  • Loading branch information
brey committed Apr 6, 2024
1 parent 98120ed commit 4378335
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyposeidon/bnd.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Get boundaries"""

import numpy as np


Expand Down
1 change: 1 addition & 0 deletions pyposeidon/boundary.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Geometry module of pyposeidon. It manages model boundaries.
"""

# Copyright 2018 European Union
# This file is part of pyposeidon.
# Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence").
Expand Down
1 change: 1 addition & 0 deletions pyposeidon/d3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Main d3d module of pyposeidon. It controls the creation, output & execution of a complete simulation based on DELFT3D.
"""

# Copyright 2018 European Union
# This file is part of pyposeidon.
# Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence").
Expand Down
1 change: 1 addition & 0 deletions pyposeidon/mgmsh.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
gmsh module
"""

# Copyright 2018 European Union
# This file is part of pyposeidon.
# Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence").
Expand Down
1 change: 1 addition & 0 deletions pyposeidon/mjigsaw.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
jigsaw module
"""

# Copyright 2018 European Union
# This file is part of pyposeidon.
# Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence").
Expand Down
1 change: 1 addition & 0 deletions pyposeidon/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Currently supported : DELFT3D , SCHISM
"""

# Copyright 2018 European Union
# This file is part of pyposeidon.
# Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence").
Expand Down
1 change: 1 addition & 0 deletions pyposeidon/schism.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Schism model of pyposeidon. It controls the creation, execution & output of a complete simulation based on SCHISM.
"""

# Copyright 2018 European Union
# This file is part of pyposeidon.
# Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence").
Expand Down
1 change: 1 addition & 0 deletions pyposeidon/tide/tide.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Setting the tidal boundary conditions"""

import numpy as np
import xarray as xr
from scipy import interpolate
Expand Down
1 change: 1 addition & 0 deletions pyposeidon/utils/bfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Utility functions
"""

# Copyright 2018 European Union
# This file is part of pyposeidon.
# Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence").
Expand Down
1 change: 1 addition & 0 deletions pyposeidon/utils/cast.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Simulation management module
"""

# Copyright 2018 European Union
# This file is part of pyposeidon.
# Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence").
Expand Down
1 change: 1 addition & 0 deletions pyposeidon/utils/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Data analysis module
"""

# Copyright 2018 European Union
# This file is part of pyposeidon.
# Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence").
Expand Down
1 change: 1 addition & 0 deletions pyposeidon/utils/get_ts.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Point analysis module
"""

# Copyright 2018 European Union
# This file is part of pyposeidon.
# Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence").
Expand Down
1 change: 1 addition & 0 deletions pyposeidon/utils/get_value.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Utility function
"""

# Copyright 2018 European Union
# This file is part of pyposeidon, a software written by George Breyiannis (JRC E.1)
# Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence").
Expand Down
1 change: 1 addition & 0 deletions pyposeidon/utils/hplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Visualization module based on holoviews
"""

# Copyright 2018 European Union
# This file is part of pyposeidon.
# Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence").
Expand Down
1 change: 1 addition & 0 deletions pyposeidon/utils/mplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Visualization module in 3D
"""

# Copyright 2018 European Union
# This file is part of pyposeidon.
# Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence").
Expand Down
1 change: 1 addition & 0 deletions pyposeidon/utils/obs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Observational Data retrieval
"""

from __future__ import annotations
from searvey import ioc
import pandas as pd
Expand Down
1 change: 1 addition & 0 deletions pyposeidon/utils/pplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Visualization module based on matplotlib
"""

# Copyright 2018 European Union
# This file is part of pyposeidon.
# Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence").
Expand Down
1 change: 1 addition & 0 deletions pyposeidon/utils/vals.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Observations management module
"""

# Copyright 2018 European Union
# This file is part of pyposeidon, a software written by George Breyiannis (JRC E.1)
# Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence").
Expand Down

0 comments on commit 4378335

Please sign in to comment.