-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove support for PDF files Signed-off-by: zethson <[email protected]> * nox Signed-off-by: zethson <[email protected]> * Remove ghostscript from CI Signed-off-by: zethson <[email protected]> * Readd tabulate Signed-off-by: zethson <[email protected]> Signed-off-by: zethson <[email protected]>
- Loading branch information
Showing
8 changed files
with
5 additions
and
552 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,6 @@ ep.pl.cool_fancy_plot() | |
io.read_csv | ||
io.read_h5ad | ||
io.read_pdf | ||
io.write | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
from ehrapy.io._read import df_to_anndata, read_csv, read_h5ad, read_pdf | ||
from ehrapy.io._read import df_to_anndata, read_csv, read_h5ad | ||
from ehrapy.io._write import write |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.