NREL / BuildingMOTIF

Building Metadata OnTology Interoperability Framework (BuildingMOTIF). For models, see https://models.open223.info/
https://buildingmotif.readthedocs.io/
Other
49 stars 7 forks source link

Create parser UI #319

Closed haneslinger closed 2 months ago

haneslinger commented 4 months ago

image

TShapinsky commented 3 months ago

looks like the errors are coming from my tests, maybe something broke in the rebase. I'll look into it

haneslinger commented 3 months ago

@TShapinsky this good?

TShapinsky commented 3 months ago

@TShapinsky this good?

I think the main things I was waiting on were getting rid of the debug prints and fixing the csv parsing so it doesn't have carriage return characters at the end of strings.

haneslinger commented 3 months ago

@TShapinsky done

haneslinger commented 2 months ago

passes for me locally, any idea whats going on?

TShapinsky commented 2 months ago

passes for me locally, any idea whats going on?

I'm running 3.11 and getting a couple errors. What version are you running?

TShapinsky commented 2 months ago

passes for me locally, any idea whats going on?

I'm running 3.11 and getting a couple errors. What version are you running?

I realized I was missing topquadrant, re-running now

TShapinsky commented 2 months ago

passes for me locally, any idea whats going on?

I'm running 3.11 and getting a couple errors. What version are you running?

I realized I was missing topquadrant, re-running now

With python 3.11 I'm getting the same errors as here

TShapinsky commented 2 months ago

@haneslinger the API is throwing a 500 error on the /models/<model:id>/validate_shape endpoint

TShapinsky commented 2 months ago

I've narrowed it down to a topquadrant issue, I'll rope Gabe in when he has a second