Skip to content

Commit

Permalink
minor edits to files in development of resolution
Browse files Browse the repository at this point in the history
minor adjustments to the requirements file (added nvidia-ml-py3) and the test_watermark file (added the local package through a relative path, may not be standard practice)
  • Loading branch information
907Resident committed May 19, 2023
1 parent 19ccf1f commit 4d15ecf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ numpy
scipy
scikit-learn
jupyter
nvidia-ml-py3
5 changes: 5 additions & 0 deletions watermark/tests/test_watermark.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# -*- coding: utf-8 -*-

import sys
import os

sys.path.append(os.path.join("../watermark"))

import watermark


Expand Down

0 comments on commit 4d15ecf

Please sign in to comment.