DSACMS / dedupliFHIR

Prototype for basic deduplication and aggregation of eCQM data
Creative Commons Zero v1.0 Universal
8 stars 1 forks source link

Use `__file__` to find test data #50

Closed IsaacMilarky closed 5 months ago

IsaacMilarky commented 5 months ago

Use __file__ to find test data

Problem

Right now the script throws an error on dev where it can't find the test data.

Solution

Get the file path relative to the script file path using the __file__ keyword.