Skip to content

Commit

Permalink
Sketch file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-czyz committed Aug 12, 2024
1 parent c0533de commit 5b7bce5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/jnotype/exclusivity/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Submodule implementing mutual exclusivity utilities."""
1 change: 1 addition & 0 deletions src/jnotype/exclusivity/_full.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Flexible mutual exclusivity model."""
1 change: 1 addition & 0 deletions src/jnotype/exclusivity/_independent.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Independent model."""
1 change: 1 addition & 0 deletions src/jnotype/exclusivity/_rigid.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Model proposed by Szczurek and Beerenwinkel (2014)."""

0 comments on commit 5b7bce5

Please sign in to comment.