Skip to content

[Bugfix] inverse interpolation#433

Merged
subdavis merged 2 commits intomasterfrom
server/fix-inverse-interpolate
Nov 12, 2020
Merged

[Bugfix] inverse interpolation#433
subdavis merged 2 commits intomasterfrom
server/fix-inverse-interpolate

Conversation

@subdavis
Copy link
Copy Markdown
Contributor

I really don't know how we never noticed this.

Who wrote this stupid code anyway.

@subdavis subdavis changed the title Fix inverse interpolation Fix inverse interpolation bug Nov 10, 2020
@subdavis subdavis added the Type: bug Something isn't working label Nov 10, 2020
@subdavis subdavis changed the title Fix inverse interpolation bug [Bugfix] inverse interpolation Nov 10, 2020
@jjnesbitt
Copy link
Copy Markdown
Member

What behavioral bug is this fixing? And how would I test that this behaves correctly?

@subdavis
Copy link
Copy Markdown
Contributor Author

When you download a CSV, interpolation was being run backwards

That is, in A[] -> B[], you were getting A1, B.9*A.1, B.8*A.2, ..... B1

@subdavis subdavis merged commit 92c4e10 into master Nov 12, 2020
BryonLewis pushed a commit that referenced this pull request Nov 16, 2020
Update base image for girder worker

Fixes FPS issue and image caching (#419)

* fixing fps and modifying cache

* mend

Update docker docs (#379)

Co-authored-by: Brandon Davis <git@subdavis.com>

Update blank.yml (#415)

Upgrade to node LTS

Co-authored-by: Jacob Nesbitt <jjnesbitt2@gmail.com>

Add checkbuild.sh (#425)

Add load and save for JSON annotations (#414)

* Add load and save for JSON annotations

* Relax json file name requirement

* SIP

* Implement settings, sanity checks, separate loading of datasets

* WIP

* remove settings page

Fix deploy.yml

Update day strings (#430)

Fix typo in library README

Allow setting of arbitrary attributes on video player (#435)

* Mute video prop

* Allow setting arbitrary attributes

Downgrade urllib3 (#439)

Fix inverse interpolation (#433)

Run pipelines enabled incorrectly (#441)

Add dummy generators

Very minor fixes
BryonLewis added a commit that referenced this pull request Nov 16, 2020
Trying to get the styling and layout setup

Updating some styling

Updated styling a bit and added toggling

Started updating the editor and connecting it to the attributes endpoint

Updating styling and fixing various issues

mend

mend

Electron (#397)

* add electron

* Add missing api methods

* Fix build errors for electron, add to CI

* Address comments

Update deploy to only Thursday

Update base image for girder worker

Fixes FPS issue and image caching (#419)

* fixing fps and modifying cache

* mend

Update docker docs (#379)

Co-authored-by: Brandon Davis <git@subdavis.com>

Update blank.yml (#415)

Upgrade to node LTS

Co-authored-by: Jacob Nesbitt <jjnesbitt2@gmail.com>

Add checkbuild.sh (#425)

Add load and save for JSON annotations (#414)

* Add load and save for JSON annotations

* Relax json file name requirement

* SIP

* Implement settings, sanity checks, separate loading of datasets

* WIP

* remove settings page

Fix deploy.yml

Update day strings (#430)

Fix typo in library README

Allow setting of arbitrary attributes on video player (#435)

* Mute video prop

* Allow setting arbitrary attributes

Downgrade urllib3 (#439)

Fix inverse interpolation (#433)

Run pipelines enabled incorrectly (#441)

Minor fix to attributes

Minor ui fixes

Addressing changes

Enable pinch zoom on mobile (#440)

Co-authored-by: Brandon Davis <git@subdavis.com>

Add dummy generators (#438)

conversion to using api for attributes editing

converted attribute editor and added in additional editing

Updating UI interactions
@subdavis subdavis deleted the server/fix-inverse-interpolate branch November 30, 2020 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants