-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from jajupmochi/master
Fix treelet
- Loading branch information
Showing
4 changed files
with
39 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Issue template | ||
about: Issue template | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Please describe the issue in detail here, and fill in the fields below --> | ||
|
||
### Reproducing code example: | ||
|
||
<!-- A short code example that reproduces the problem/missing feature. It should be | ||
self-contained, i.e., possible to run as-is via 'python myproblem.py' --> | ||
|
||
```python | ||
import gklearn | ||
<< your code here >> | ||
``` | ||
|
||
<!-- Remove these sections for a feature request --> | ||
|
||
### Error message: | ||
|
||
<!-- Full error message, if any (starting from line Traceback: ...) --> | ||
|
||
### graphkit-learn/Python version information: | ||
|
||
<!-- Output from 'import sys, gklearn; print(gklearn.__version__, sys.version)' --> |
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
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