From b8bd971dec9f086a5c65b784f8a8a3aa8c097d0f Mon Sep 17 00:00:00 2001 From: alexPatrie Date: Fri, 1 Mar 2024 11:48:29 -0500 Subject: [PATCH] added comment --- biosimulator_processes/data_model.py | 1 + notebooks/data_model_demo.ipynb | 16 ++++++---------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/biosimulator_processes/data_model.py b/biosimulator_processes/data_model.py index 6dfde3918..158615ee6 100644 --- a/biosimulator_processes/data_model.py +++ b/biosimulator_processes/data_model.py @@ -26,6 +26,7 @@ ] +# TODO: You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`. class BaseModel(Base): model_config = ConfigDict(arbitrary_types_allowed=True) protected_namespaces: Tuple = Field(default=()) diff --git a/notebooks/data_model_demo.ipynb b/notebooks/data_model_demo.ipynb index f84e6a738..8fe8b4835 100644 --- a/notebooks/data_model_demo.ipynb +++ b/notebooks/data_model_demo.ipynb @@ -7,8 +7,8 @@ "metadata": { "collapsed": true, "ExecuteTime": { - "end_time": "2024-03-01T16:47:21.583961Z", - "start_time": "2024-03-01T16:47:21.581681Z" + "end_time": "2024-03-01T16:48:23.151735Z", + "start_time": "2024-03-01T16:48:23.148684Z" } }, "outputs": [], @@ -74,8 +74,8 @@ "metadata": { "collapsed": false, "ExecuteTime": { - "end_time": "2024-03-01T16:47:23.232487Z", - "start_time": "2024-03-01T16:47:21.584280Z" + "end_time": "2024-03-01T16:48:24.895974Z", + "start_time": "2024-03-01T16:48:23.425420Z" } }, "id": "3cd5053431aed7e1", @@ -86,14 +86,10 @@ "outputs": [], "source": [], "metadata": { - "collapsed": false, - "ExecuteTime": { - "end_time": "2024-03-01T16:47:23.234568Z", - "start_time": "2024-03-01T16:47:23.232709Z" - } + "collapsed": false }, "id": "6bf18cbc74f1f95f", - "execution_count": 2 + "execution_count": null } ], "metadata": {