Skip to content

Commit

Permalink
Update install.rst.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaela-felix authored Mar 24, 2023
1 parent e5de84e commit 43b91c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/_sources/install.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ Considering that pyddt has been installed in a directory unknown to your Python
Testing
-------

For now, pyddt does not contain formal tests. If you can run the tutorial notebooks, you have successfully installed the package. Also, you may try excute
For now, pyddt does not contain formal tests. If you can run the tutorial notebooks, you have successfully installed the package. Also, you may try execute

```
import pyddt
.. code-block:: python
import pyddt
pyddt.scatter.asfQ('H', 0)
```
pyddt.scatter.asfQ('H', 0)
If your installation is corrected, the output should be `array([[0.999953]])`.

0 comments on commit 43b91c6

Please sign in to comment.