Skip to content

Commit

Permalink
fix example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke authored Jun 29, 2024
1 parent b10a409 commit 6f134ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pip install surfaces
```python
import numpy as np

from surfaces.mathematical_functions import SphereFunction, AckleyFunction
from surfaces.test_functions.mathematical import SphereFunction, AckleyFunction
from surfaces.visualize import plotly_surface


Expand Down

0 comments on commit 6f134ab

Please sign in to comment.