Skip to content

Commit

Permalink
fix error in example
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Jan 1, 2024
1 parent f4dbb7c commit 94e9af4
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.test_functions import SphereFunction, AckleyFunction
from surfaces.mathematical_functions import SphereFunction, AckleyFunction
from surfaces.visualize import plotly_surface


Expand Down

0 comments on commit 94e9af4

Please sign in to comment.