Scott D'Angelo

Results 11 issues of Scott D'Angelo

is local.env where the config should be? or BluePic-Server/config/configuration.json ?

The instructions to [populate cloudant](https://github.com/IBM/BluePic#4-populate-cloudant-database) and [populate obj store](https://github.com/IBM/BluePic#5-populate-object-storage) do not work, and furthermore are redundant, since both scripts for the individual services will be called from the main script....

``` df['GuageHeight(feet)'] = df['GuageHeight(feet)'].convert_objects(convert_numeric=True) df['Discharge(cfs)'] = df['Discharge(cfs)'].convert_objects(convert_numeric=True) ``` yields: ``` /Users/scott/.pyenv/versions/3.6.5/lib/python3.6/site-packages/ipykernel_launcher.py:1: FutureWarning: convert_objects is deprecated. To re-infer data dtypes for object columns, use Series.infer_objects() For all other conversions use the...

```# setup line graph plt.plot(df['datetime'],df['Discharge(cfs)']) plt.title('Houston Flood discharge at Hunting Bayou stream gauge') plt.ylabel('Discharge(cfs)') plt.xlabel('datetime') ax = plt.gca() df.set_index('datetime') # Only label every 20th value ticks_to_use = df.index[::100] # label...

According to the README [4. Install dependencies to build the mobile application](https://github.com/IBM/watson-calorie-counter#4-install-dependencies-to-build-the-mobile-application) after installing the dependencies: ``` Once you have completed all of the required installs and setup, you should...

Currently, the [cordova build android](https://github.com/IBM/watson-vehicle-damage-analyzer#7c-build-and-run-the-mobile-app) command fails: ``` BUILD FAILED in 1m 9s (node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: /mobile/platforms/android/gradlew: Command failed with exit code 1 Error...

See the [documentation](https://github.com/watson-developer-cloud/python-sdk#changes-for-v20). Once fixed, we can pin to the new 2.0 version.

The 2.0 version of Watson python SDK contains breaking changes. Pin the version for now, and provide fixes in a later patch.