Skip to content

Commit

Permalink
Merge pull request #69 from uit-cosmo/gregordecristoforo-patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
gregordecristoforo authored Jul 4, 2023
2 parents bb3cb3b + d9b4ad1 commit ac7f3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blobmodel/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def __init__(
Ly = 0
if not blob_factory.is_one_dimensional():
warnings.warn(
"Using a one dimensional model with a with a blob factory that is not one-dimensional. Are you sure you know what you are doing?"
"Using a one dimensional model with a blob factory that is not one-dimensional. Are you sure you know what you are doing?"
)

self._geometry: Geometry = Geometry(
Expand Down

0 comments on commit ac7f3da

Please sign in to comment.