Skip to content

Commit

Permalink
Cleaned unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfogeladvestis committed Apr 9, 2024
1 parent de8712d commit 0c2aec5
Show file tree
Hide file tree
Showing 26 changed files with 72 additions and 19,931 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__pycache__/
example/.ipynb_checkpoints/
examples/.ipynb_checkpoints/
adilsm.egg-info/
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ pip install adilsm

ILSM is Integrated Latent Multi Source Model.

# Reference

https://www.preprints.org/manuscript/202402.1001/v2

# Usage

```python
Expand Down
2 changes: 1 addition & 1 deletion adilsm/adilsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pandas as pd
import numpy as np

print("coucou")
# print("coucou")

def format_loadings(h4, list_columns):
# Format loadings
Expand Down
350 changes: 0 additions & 350 deletions adilsm/adilsm_bck.py

This file was deleted.

Loading

0 comments on commit 0c2aec5

Please sign in to comment.