Skip to content

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtsap committed Apr 5, 2022
1 parent 27571d9 commit 029bff0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tests/unit_tests/inference/test_bayes_model_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
from UQpy.distributions.collection.JointIndependent import JointIndependent
import shutil

import os

dir_path = os.path.dirname(os.path.realpath(__file__))
print(dir_path)
print(os.getcwd())
os.chdir(dir_path)

def test_models():
import os
dir_path = os.path.dirname(os.path.realpath(__file__))
print(dir_path)
print(os.getcwd())
os.chdir(dir_path)

data_ex1 = np.loadtxt('data_ex1a.txt')

Expand Down

0 comments on commit 029bff0

Please sign in to comment.