Skip to content

Commit

Permalink
Update docs/tutorials/NRR/NRR_example.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zulissimeta authored Jul 18, 2024
1 parent 7382820 commit 8f0c4f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tutorials/NRR/NRR_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ from glob import glob
import pandas as pd
from fairchem.data.oc.utils import DetectTrajAnomaly
#Set random seed
# Set random seed to ensure adsorbate enumeration yields a valid candidate
# If using a larger number of random samples this wouldn't be necessary
import numpy as np
np.random.seed(22)
```
Expand Down

0 comments on commit 8f0c4f4

Please sign in to comment.