ceedee666 / opensap_python_intro

This repository contains several Jupyter notebooks. These notebooks are the course material for an upcoming openSAP course on Python 🐍.
Creative Commons Zero v1.0 Universal
5 stars 1 forks source link

Ex_1-5 structural_tests #89

Closed Hiltiprant closed 2 years ago

Hiltiprant commented 2 years ago

Der Test auf spezifische Elemente im Code muss an enstprechender Stelle angepasst werden. Eine Lösung ist auch mit 2 Variablen möglich:

https://github.com/ceedee666/opensap_python_intro/blob/5f207cc18376a246cd3317618a33877e1bbb51a3/exercises/week_1/1.5/structural_tests.py#L93-L97

Musterlösung kann dann vielleicht auch ausgetauscht werden? possible_solution_1-5

ceedee666 commented 2 years ago

Fixed in the main branch with https://github.com/ceedee666/opensap_python_intro/commit/6bc62e32355c9fbd3f8677d8e94aa7b1a834a777

Needs to be updated in Code Ocean.

I would keep the reference solution as it is.

Hiltiprant commented 2 years ago

I just updated the file in CO