Skip to content

Commit

Permalink
add missing download in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
levineds committed Sep 12, 2024
1 parent d2ce5b1 commit a5f408e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/core/fine-tuning/fine-tuning-oxides.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ import numpy as np
import matplotlib.pyplot as plt
from ase import Atoms
from fairchem.core.scripts import download_large_files
download_large_files.download_file_group("docs")
with open('supporting-information.json', 'rb') as f:
d = json.loads(f.read())
Expand Down

0 comments on commit a5f408e

Please sign in to comment.