Skip to content

Commit b0b5e8b

Browse files
committed
fixing precommit
1 parent 06a635a commit b0b5e8b

File tree

2 files changed

+18
-112
lines changed

2 files changed

+18
-112
lines changed

downstream_tasks/property_estimation/posterior_estimation.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
import os, sys
2-
sys.path.append('../..')
1+
import sys
2+
3+
sys.path.append("../..")
34

45
import argparse as argparse
6+
57
import lightning as L
68
import numpy as np
79
import pyro

downstream_tasks/similarity_search/similarity_search.ipynb

Lines changed: 14 additions & 110 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)