Skip to content

Commit 893b69c

Browse files
authored
Merge pull request #46 from basf/develop
Develop
2 parents b14454a + aa6b3be commit 893b69c

182 files changed

Lines changed: 281 additions & 30476 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,15 @@ cython_debug/
161161
.DS_Store
162162

163163
dist/
164-
docs/_build/*
165-
166164

167165
# pkl files
168166
*.pkl
169167

170168
# logs and checkpoints
171169
examples/lightning_logs
172-
*.ckpt
170+
*.ckpt
171+
172+
docs/_build/doctrees/*
173+
docs/_build/html/*
174+
175+
dev/*

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,3 +245,5 @@ If you find this project useful in your research, please consider cite:
245245
```
246246

247247
## License
248+
249+
The entire codebase is under MIT license.
-284 KB
Binary file not shown.
-7.76 KB
Binary file not shown.
-696 KB
Binary file not shown.
-7.89 KB
Binary file not shown.
-46.3 KB
Binary file not shown.
-4.6 KB
Binary file not shown.
-9.74 KB
Binary file not shown.
-17 KB
Binary file not shown.

0 commit comments

Comments
 (0)