Skip to content

Commit

Permalink
Test what the working directory is
Browse files Browse the repository at this point in the history
  • Loading branch information
hgscott committed Aug 28, 2023
1 parent 25312da commit 1fe4e3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_params.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import unittest
import os

print(os.getcwd())

import pandas as pd
from cometspy import params

Expand Down

0 comments on commit 1fe4e3e

Please sign in to comment.