Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Startup & README ^test notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner committed May 22, 2024
1 parent 008bed3 commit 3c63f48
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 37 deletions.
3 changes: 1 addition & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
image:
file: .gitpod.Dockerfile
image: michaelfliegner:gitpodpgijulia

tasks:
- name: Script Task
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LifeInsuranceDataModel"
uuid = "4892898e-25d7-46ce-b5c3-dea2164303ac"
authors = ["Michael Fliegner <[email protected]>"]
version = "1.6.0"
version = "1.6.1"

[deps]
BitemporalPostgres = "e513cd14-23e6-48df-acf1-d9bc8fa5674b"
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,18 @@ When You open this project in a [gitpod container](https://gitpod.io/workspaces)
- tariff items refrence tariffs corresponding to the product's parts
- tariff item partners reference partners in roles corresponding to the referenced tariff's partner roles

## Next Steps

Click the button below to start a new development environment:

The gitpod workspace uses a Docker a public image: [michaelfliegner/gitpodpgijulia](https://hub.docker.com/repository/docker/michaelfliegner/gitpodpgijulia/general)

[The Dockerfile for this image resides here](https://github.com/Actuarial-Sciences-for-Africa-ASA/gitpod-pg-ijulia-Dockerfile)

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/?autostart=true#https://github.com/Actuarial-Sciences-for-Africa-ASA/LifeInsuranceDataModel.jl) [On startup vscode will open this jupyter notebook:](test.ipynb)

## Get Started With Your Own Project

### A new project

Click the above "Open in Gitpod" button to start a new workspace. Once you're ready to push your first code changes, Gitpod will guide you to fork this project so you own it.
64 changes: 30 additions & 34 deletions test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,38 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [
{
"ename": "SystemError",
"evalue": "SystemError: opening file \"/workspace/LifeInsuranceDataModel.jl/testCreteContract.jl\": No such file or directory",
"output_type": "error",
"traceback": [
"SystemError: opening file \"/workspace/LifeInsuranceDataModel.jl/testCreteContract.jl\": No such file or directory\n",
"\n",
"Stacktrace:\n",
" [1] systemerror(p::String, errno::Int32; extrainfo::Nothing)\n",
" @ Base ./error.jl:176\n",
" [2] systemerror\n",
" @ ./error.jl:175 [inlined]\n",
" [3] open(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Nothing, append::Nothing)\n",
" @ Base ./iostream.jl:293\n",
" [4] open\n",
" @ ./iostream.jl:275 [inlined]\n",
" [5] open(f::Base.var\"#433#434\"{String}, args::String; kwargs::@Kwargs{})\n",
" @ Base ./io.jl:394\n",
" [6] open\n",
" @ ./io.jl:393 [inlined]\n",
" [7] read\n",
" @ ./io.jl:486 [inlined]\n",
" [8] _include(mapexpr::Function, mod::Module, _path::String)\n",
" @ Base ./loading.jl:2132\n",
" [9] include(fname::String)\n",
" @ Base.MainInclude ./client.jl:489\n",
" [10] top-level scope\n",
" @ /workspace/LifeInsuranceDataModel.jl/test.ipynb:1"
]
}
],
"outputs": [],
"source": [
"include(\"testCreteContract.jl\")"
"include(\"testCreateContract.jl\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"include(\"testLoadHistory.jl\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"include(\"testPendingMutations.jl\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"include(\"testProductinstantiation.jl\")"
]
}
],
Expand Down

0 comments on commit 3c63f48

Please sign in to comment.