Skip to content

Commit 4370eca

Browse files
committed
Added my name to the top of the file
1 parent 1198415 commit 4370eca

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

notebooks/modelbuilder_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@
534534
"name": "python",
535535
"nbconvert_exporter": "python",
536536
"pygments_lexer": "ipython3",
537-
"version": "3.10.12"
537+
"version": "3.10.12 | packaged by conda-forge | (main, Jun 23 2023, 22:34:57) [MSC v.1936 64 bit (AMD64)]"
538538
},
539539
"orig_nbformat": 4,
540540
"vscode": {

pymc_experimental/model_builder.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# limitations under the License.
1414

1515

16+
# Modified by Stijn de Boer
17+
1618
import hashlib
1719
import json
1820
import warnings

0 commit comments

Comments
 (0)