Skip to content

Commit

Permalink
#2 feat: add dummy content
Browse files Browse the repository at this point in the history
  • Loading branch information
cmp0xff committed Feb 18, 2024
1 parent 0172abe commit e8eb074
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions hamiltonian_flow/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def foo():
pass
8 changes: 8 additions & 0 deletions tests/test_foo.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import hamiltonian_flow

class TestFoo:
def test_foo(self):
try:
hamiltonian_flow.foo()
except Exception as e:
raise e
6 changes: 0 additions & 6 deletions tests/test_import.py

This file was deleted.

0 comments on commit e8eb074

Please sign in to comment.