Skip to content

Commit

Permalink
Fix notebook lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Nov 25, 2024
1 parent bba6d23 commit acfc098
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion notebooks/Insert Calculations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
" \"\"\"\n",
" Creates and populates a MongoDB with materials structure data for a specified functional.\n",
"\n",
" The method reads a JSON file containing training data for the given `functional`, processes the to extract and augment relevant atomic and chemical information, and inserts the processed data into a corresponding MongoDB collection. Additionally, indexes are created on key fields to improve query performance.\n",
" The method reads a JSON file containing training data for the given `functional`, processes the to extract and\n",
" augment relevant atomic and chemical information, and inserts the processed data into a corresponding MongoDB\n",
" collection. Additionally, indexes are created on key fields to improve query performance.\n",
"\n",
" Args:\n",
" functional (str): The name of the functional. This is used to locate\n",
Expand Down

0 comments on commit acfc098

Please sign in to comment.